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 Details

    • 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

      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

      List<? extends MLDataFormats.MessageRangeOrBuilder> getIndividualDeletedMessagesOrBuilderList()
      repeated .MessageRange individualDeletedMessages = 3;
    • getIndividualDeletedMessagesOrBuilder

      MLDataFormats.MessageRangeOrBuilder getIndividualDeletedMessagesOrBuilder(int index)
      repeated .MessageRange individualDeletedMessages = 3;
    • getPropertiesList

      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

      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

      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

      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;