public static interface EventProcessorInfo.SegmentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getCaughtUp()
Indicates whether the Segment has "Caught Up" with the Head of the Event Stream
|
String |
getErrorState()
Information about the error state of the Segment, if applicable.
|
com.google.protobuf.ByteString |
getErrorStateBytes()
Information about the error state of the Segment, if applicable.
|
int |
getOnePartOf()
The fraction this segment processes.
|
boolean |
getReplaying()
Indicates whether the Segment is "Replaying" historic events after a Reset.
|
int |
getSegmentId()
The ID of the Segment for which the status is reported
|
long |
getTokenPosition()
The approximate position of the token in the stream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getSegmentId()
The ID of the Segment for which the status is reported
int32 segment_id = 1;
boolean getCaughtUp()
Indicates whether the Segment has "Caught Up" with the Head of the Event Stream
bool caught_up = 2;
boolean getReplaying()
Indicates whether the Segment is "Replaying" historic events after a Reset.
bool replaying = 3;
int getOnePartOf()
The fraction this segment processes. A fraction of 2 means 1/2, 4 means 1/4, etc.
int32 one_part_of = 4;
long getTokenPosition()
The approximate position of the token in the stream.
int64 token_position = 5;
String getErrorState()
Information about the error state of the Segment, if applicable.
string error_state = 6;
com.google.protobuf.ByteString getErrorStateBytes()
Information about the error state of the Segment, if applicable.
string error_state = 6;
Copyright © 2010–2020. All rights reserved.