接口 MLDataFormats.PositionInfoOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MLDataFormats
public static interface MLDataFormats.PositionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getBatchedEntryDeletionIndexInfo(int index) Store which index in the batch message has been deletedintStore which index in the batch message has been deletedStore which index in the batch message has been deletedgetBatchedEntryDeletionIndexInfoOrBuilder(int index) Store which index in the batch message has been deletedStore which index in the batch message has been deletedlongrequired int64 entryId = 2;getIndividualDeletedMessages(int index) repeated .MessageRange individualDeletedMessages = 3;intrepeated .MessageRange individualDeletedMessages = 3;repeated .MessageRange individualDeletedMessages = 3;getIndividualDeletedMessagesOrBuilder(int index) repeated .MessageRange individualDeletedMessages = 3;List<? extends MLDataFormats.MessageRangeOrBuilder>repeated .MessageRange individualDeletedMessages = 3;longrequired int64 ledgerId = 1;getProperties(int index) Additional custom properties associated with the current cursor positionintAdditional custom properties associated with the current cursor positionAdditional custom properties associated with the current cursor positiongetPropertiesOrBuilder(int index) Additional custom properties associated with the current cursor positionList<? extends MLDataFormats.LongPropertyOrBuilder>Additional custom properties associated with the current cursor positionbooleanrequired int64 entryId = 2;booleanrequired int64 ledgerId = 1;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasLedgerId
boolean hasLedgerId()required int64 ledgerId = 1;- 返回:
- Whether the ledgerId field is set.
-
getLedgerId
long getLedgerId()required int64 ledgerId = 1;- 返回:
- The ledgerId.
-
hasEntryId
boolean hasEntryId()required int64 entryId = 2;- 返回:
- Whether the entryId field is set.
-
getEntryId
long getEntryId()required int64 entryId = 2;- 返回:
- The entryId.
-
getIndividualDeletedMessagesList
List<MLDataFormats.MessageRange> getIndividualDeletedMessagesList()repeated .MessageRange individualDeletedMessages = 3; -
getIndividualDeletedMessages
repeated .MessageRange individualDeletedMessages = 3; -
getIndividualDeletedMessagesCount
int getIndividualDeletedMessagesCount()repeated .MessageRange individualDeletedMessages = 3; -
getIndividualDeletedMessagesOrBuilderList
List<? extends MLDataFormats.MessageRangeOrBuilder> getIndividualDeletedMessagesOrBuilderList()repeated .MessageRange individualDeletedMessages = 3; -
getIndividualDeletedMessagesOrBuilder
repeated .MessageRange individualDeletedMessages = 3; -
getPropertiesList
List<MLDataFormats.LongProperty> getPropertiesList()Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4; -
getProperties
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
List<? extends MLDataFormats.LongPropertyOrBuilder> getPropertiesOrBuilderList()Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4; -
getPropertiesOrBuilder
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 4; -
getBatchedEntryDeletionIndexInfoList
List<MLDataFormats.BatchedEntryDeletionIndexInfo> getBatchedEntryDeletionIndexInfoList()Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 5; -
getBatchedEntryDeletionIndexInfo
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
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;
-