public static interface MLDataFormats.ManagedCursorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MLDataFormats.BatchedEntryDeletionIndexInfo |
getBatchedEntryDeletionIndexInfo(int index)
Store which index in the batch message has been deleted
|
int |
getBatchedEntryDeletionIndexInfoCount()
Store which index in the batch message has been deleted
|
List<MLDataFormats.BatchedEntryDeletionIndexInfo> |
getBatchedEntryDeletionIndexInfoList()
Store which index in the batch message has been deleted
|
MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder |
getBatchedEntryDeletionIndexInfoOrBuilder(int index)
Store which index in the batch message has been deleted
|
List<? extends MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder> |
getBatchedEntryDeletionIndexInfoOrBuilderList()
Store which index in the batch message has been deleted
|
long |
getCursorsLedgerId()
If the ledger id is -1, then the mark-delete position is
the one from the (ledgerId, entryId) snapshot below
|
MLDataFormats.MessageRange |
getIndividualDeletedMessages(int index)
repeated .MessageRange individualDeletedMessages = 4; |
int |
getIndividualDeletedMessagesCount()
repeated .MessageRange individualDeletedMessages = 4; |
List<MLDataFormats.MessageRange> |
getIndividualDeletedMessagesList()
repeated .MessageRange individualDeletedMessages = 4; |
MLDataFormats.MessageRangeOrBuilder |
getIndividualDeletedMessagesOrBuilder(int index)
repeated .MessageRange individualDeletedMessages = 4; |
List<? extends MLDataFormats.MessageRangeOrBuilder> |
getIndividualDeletedMessagesOrBuilderList()
repeated .MessageRange individualDeletedMessages = 4; |
long |
getLastActive()
optional int64 lastActive = 6; |
long |
getMarkDeleteEntryId()
optional int64 markDeleteEntryId = 3; |
long |
getMarkDeleteLedgerId()
Last snapshot of the mark-delete position
|
MLDataFormats.LongProperty |
getProperties(int index)
Additional custom properties associated with
the current cursor position
|
int |
getPropertiesCount()
Additional custom properties associated with
the current cursor position
|
List<MLDataFormats.LongProperty> |
getPropertiesList()
Additional custom properties associated with
the current cursor position
|
MLDataFormats.LongPropertyOrBuilder |
getPropertiesOrBuilder(int index)
Additional custom properties associated with
the current cursor position
|
List<? extends MLDataFormats.LongPropertyOrBuilder> |
getPropertiesOrBuilderList()
Additional custom properties associated with
the current cursor position
|
boolean |
hasCursorsLedgerId()
If the ledger id is -1, then the mark-delete position is
the one from the (ledgerId, entryId) snapshot below
|
boolean |
hasLastActive()
optional int64 lastActive = 6; |
boolean |
hasMarkDeleteEntryId()
optional int64 markDeleteEntryId = 3; |
boolean |
hasMarkDeleteLedgerId()
Last snapshot of the mark-delete position
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCursorsLedgerId()
If the ledger id is -1, then the mark-delete position is the one from the (ledgerId, entryId) snapshot below
required int64 cursorsLedgerId = 1;long getCursorsLedgerId()
If the ledger id is -1, then the mark-delete position is the one from the (ledgerId, entryId) snapshot below
required int64 cursorsLedgerId = 1;boolean hasMarkDeleteLedgerId()
Last snapshot of the mark-delete position
optional int64 markDeleteLedgerId = 2;long getMarkDeleteLedgerId()
Last snapshot of the mark-delete position
optional int64 markDeleteLedgerId = 2;boolean hasMarkDeleteEntryId()
optional int64 markDeleteEntryId = 3;long getMarkDeleteEntryId()
optional int64 markDeleteEntryId = 3;List<MLDataFormats.MessageRange> getIndividualDeletedMessagesList()
repeated .MessageRange individualDeletedMessages = 4;MLDataFormats.MessageRange getIndividualDeletedMessages(int index)
repeated .MessageRange individualDeletedMessages = 4;int getIndividualDeletedMessagesCount()
repeated .MessageRange individualDeletedMessages = 4;List<? extends MLDataFormats.MessageRangeOrBuilder> getIndividualDeletedMessagesOrBuilderList()
repeated .MessageRange individualDeletedMessages = 4;MLDataFormats.MessageRangeOrBuilder getIndividualDeletedMessagesOrBuilder(int index)
repeated .MessageRange individualDeletedMessages = 4;List<MLDataFormats.LongProperty> getPropertiesList()
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 5;MLDataFormats.LongProperty getProperties(int index)
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 5;int getPropertiesCount()
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 5;List<? extends MLDataFormats.LongPropertyOrBuilder> getPropertiesOrBuilderList()
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 5;MLDataFormats.LongPropertyOrBuilder getPropertiesOrBuilder(int index)
Additional custom properties associated with the current cursor position
repeated .LongProperty properties = 5;boolean hasLastActive()
optional int64 lastActive = 6;long getLastActive()
optional int64 lastActive = 6;List<MLDataFormats.BatchedEntryDeletionIndexInfo> getBatchedEntryDeletionIndexInfoList()
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 7;MLDataFormats.BatchedEntryDeletionIndexInfo getBatchedEntryDeletionIndexInfo(int index)
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 7;int getBatchedEntryDeletionIndexInfoCount()
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 7;List<? extends MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder> getBatchedEntryDeletionIndexInfoOrBuilderList()
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 7;MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder getBatchedEntryDeletionIndexInfoOrBuilder(int index)
Store which index in the batch message has been deleted
repeated .BatchedEntryDeletionIndexInfo batchedEntryDeletionIndexInfo = 7;Copyright © 2017–2022 Apache Software Foundation. All rights reserved.