Package com.daml.ledger.api.v2
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 Summary
Modifier and TypeMethodDescriptionlongThe participant's offset, the details of the offset field are described in ``community/ledger-api/README.md``.getSynchronizerTimes(int index) The times associated with each synchronizer at this offset.intThe times associated with each synchronizer at this offset.The times associated with each synchronizer at this offset.getSynchronizerTimesOrBuilder(int index) The times associated with each synchronizer at this offset.The times associated with each synchronizer at this offset.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<OffsetCheckpointOuterClass.SynchronizerTime> 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
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
The times associated with each synchronizer at this offset. Optional: can be empty
repeated .com.daml.ledger.api.v2.SynchronizerTime synchronizer_times = 2;
-