public interface EventProcessorSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClaimedBy()
the id of the client that claimed the segment
|
com.google.protobuf.ByteString |
getClaimedByBytes()
the id of the client that claimed the segment
|
String |
getError()
the error description, if the segment is in error
|
com.google.protobuf.ByteString |
getErrorBytes()
the error description, if the segment is in error
|
int |
getId()
the identifier of the segment
|
boolean |
getIsCaughtUp()
true if the segment has ever reached the head of the stream since it was started, false otherwise
|
boolean |
getIsInError()
true if the segment is in an error loop, false otherwise
|
boolean |
getIsReplaying()
true if the segment is replaying, false otherwise
|
int |
getOnePartOf()
the fractional unit representing the size of the segment
|
long |
getTokenPosition()
the approximate position of the token
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getId()
the identifier of the segment
int32 id = 1;int getOnePartOf()
the fractional unit representing the size of the segment
int32 one_part_of = 2;String getClaimedBy()
the id of the client that claimed the segment
string claimed_by = 3;com.google.protobuf.ByteString getClaimedByBytes()
the id of the client that claimed the segment
string claimed_by = 3;boolean getIsCaughtUp()
true if the segment has ever reached the head of the stream since it was started, false otherwise
bool is_caughtUp = 4;boolean getIsReplaying()
true if the segment is replaying, false otherwise
bool is_replaying = 5;long getTokenPosition()
the approximate position of the token
int64 token_position = 6;boolean getIsInError()
true if the segment is in an error loop, false otherwise
bool is_in_error = 7;String getError()
the error description, if the segment is in error
string error = 8;com.google.protobuf.ByteString getErrorBytes()
the error description, if the segment is in error
string error = 8;Copyright © 2020–2023 AxonIQ BV. All rights reserved.