Interface MLDataFormats.PositionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MLDataFormats.PositionInfo,MLDataFormats.PositionInfo.Builder
- Enclosing class:
- MLDataFormats
public static interface MLDataFormats.PositionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MLDataFormats.BatchedEntryDeletionIndexInfogetBatchedEntryDeletionIndexInfo(int index)Store which index in the batch message has been deletedintgetBatchedEntryDeletionIndexInfoCount()Store which index in the batch message has been deletedjava.util.List<MLDataFormats.BatchedEntryDeletionIndexInfo>getBatchedEntryDeletionIndexInfoList()Store which index in the batch message has been deletedMLDataFormats.BatchedEntryDeletionIndexInfoOrBuildergetBatchedEntryDeletionIndexInfoOrBuilder(int index)Store which index in the batch message has been deletedjava.util.List<? extends MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder>getBatchedEntryDeletionIndexInfoOrBuilderList()Store which index in the batch message has been deletedlonggetEntryId()required int64 entryId = 2;MLDataFormats.MessageRangegetIndividualDeletedMessages(int index)repeated .MessageRange individualDeletedMessages = 3;intgetIndividualDeletedMessagesCount()repeated .MessageRange individualDeletedMessages = 3;java.util.List<MLDataFormats.MessageRange>getIndividualDeletedMessagesList()repeated .MessageRange individualDeletedMessages = 3;MLDataFormats.MessageRangeOrBuildergetIndividualDeletedMessagesOrBuilder(int index)repeated .MessageRange individualDeletedMessages = 3;java.util.List<? extends MLDataFormats.MessageRangeOrBuilder>getIndividualDeletedMessagesOrBuilderList()repeated .MessageRange individualDeletedMessages = 3;longgetLedgerId()required int64 ledgerId = 1;MLDataFormats.LongPropertygetProperties(int index)Additional custom properties associated with the current cursor positionintgetPropertiesCount()Additional custom properties associated with the current cursor positionjava.util.List<MLDataFormats.LongProperty>getPropertiesList()Additional custom properties associated with the current cursor positionMLDataFormats.LongPropertyOrBuildergetPropertiesOrBuilder(int index)Additional custom properties associated with the current cursor positionjava.util.List<? extends MLDataFormats.LongPropertyOrBuilder>getPropertiesOrBuilderList()Additional custom properties associated with the current cursor positionbooleanhasEntryId()required int64 entryId = 2;booleanhasLedgerId()required int64 ledgerId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLedgerId
boolean hasLedgerId()
required int64 ledgerId = 1;- Returns:
- Whether the ledgerId field is set.
-
getLedgerId
long getLedgerId()
required int64 ledgerId = 1;- Returns:
- The ledgerId.
-
hasEntryId
boolean hasEntryId()
required int64 entryId = 2;- Returns:
- Whether the entryId field is set.
-
getEntryId
long getEntryId()
required int64 entryId = 2;- Returns:
- The entryId.
-
getIndividualDeletedMessagesList
java.util.List<MLDataFormats.MessageRange> getIndividualDeletedMessagesList()
repeated .MessageRange individualDeletedMessages = 3;
-
getIndividualDeletedMessages
MLDataFormats.MessageRange getIndividualDeletedMessages(int index)
repeated .MessageRange individualDeletedMessages = 3;
-
getIndividualDeletedMessagesCount
int getIndividualDeletedMessagesCount()
repeated .MessageRange individualDeletedMessages = 3;
-
getIndividualDeletedMessagesOrBuilderList
java.util.List<? extends MLDataFormats.MessageRangeOrBuilder> getIndividualDeletedMessagesOrBuilderList()
repeated .MessageRange individualDeletedMessages = 3;
-
getIndividualDeletedMessagesOrBuilder
MLDataFormats.MessageRangeOrBuilder getIndividualDeletedMessagesOrBuilder(int index)
repeated .MessageRange individualDeletedMessages = 3;
-
getPropertiesList
java.util.List<MLDataFormats.LongProperty> getPropertiesList()
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4;
-
getProperties
MLDataFormats.LongProperty getProperties(int index)
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4;
-
getPropertiesCount
int getPropertiesCount()
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4;
-
getPropertiesOrBuilderList
java.util.List<? extends MLDataFormats.LongPropertyOrBuilder> getPropertiesOrBuilderList()
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4;
-
getPropertiesOrBuilder
MLDataFormats.LongPropertyOrBuilder getPropertiesOrBuilder(int index)
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4;
-
getBatchedEntryDeletionIndexInfoList
java.util.List<MLDataFormats.BatchedEntryDeletionIndexInfo> getBatchedEntryDeletionIndexInfoList()
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 5;
-
getBatchedEntryDeletionIndexInfo
MLDataFormats.BatchedEntryDeletionIndexInfo getBatchedEntryDeletionIndexInfo(int index)
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 5;
-
getBatchedEntryDeletionIndexInfoCount
int getBatchedEntryDeletionIndexInfoCount()
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 5;
-
getBatchedEntryDeletionIndexInfoOrBuilderList
java.util.List<? extends MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder> getBatchedEntryDeletionIndexInfoOrBuilderList()
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 5;
-
getBatchedEntryDeletionIndexInfoOrBuilder
MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder getBatchedEntryDeletionIndexInfoOrBuilder(int index)
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 5;
-
-