Interface OffsetCheckpointOuterClass.OffsetCheckpointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OffsetCheckpointOuterClass.OffsetCheckpoint, OffsetCheckpointOuterClass.OffsetCheckpoint.Builder
Enclosing class:
OffsetCheckpointOuterClass

public static interface OffsetCheckpointOuterClass.OffsetCheckpointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOffset

      long getOffset()
       The participant's offset, the details of the offset field are described in ``community/ledger-api/README.md``.
       Must be a valid absolute offset (positive integer).
      
       Required
       
      int64 offset = 1;
      Returns:
      The offset.
    • getSynchronizerTimesList

       The times associated with each synchronizer at this offset.
      
       Optional: can be empty
       
      repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2;
    • getSynchronizerTimes

      OffsetCheckpointOuterClass.SynchronizerTime getSynchronizerTimes(int index)
       The times associated with each synchronizer at this offset.
      
       Optional: can be empty
       
      repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2;
    • getSynchronizerTimesCount

      int getSynchronizerTimesCount()
       The times associated with each synchronizer at this offset.
      
       Optional: can be empty
       
      repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2;
    • getSynchronizerTimesOrBuilderList

      List<? extends OffsetCheckpointOuterClass.SynchronizerTimeOrBuilder> getSynchronizerTimesOrBuilderList()
       The times associated with each synchronizer at this offset.
      
       Optional: can be empty
       
      repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2;
    • getSynchronizerTimesOrBuilder

      OffsetCheckpointOuterClass.SynchronizerTimeOrBuilder getSynchronizerTimesOrBuilder(int index)
       The times associated with each synchronizer at this offset.
      
       Optional: can be empty
       
      repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2;