Interface MLDataFormats.ManagedLedgerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MLDataFormats.ManagedLedgerInfo,MLDataFormats.ManagedLedgerInfo.Builder
- Enclosing class:
- MLDataFormats
public static interface MLDataFormats.ManagedLedgerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLedgerInfo(int index) repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;intrepeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;getLedgerInfoOrBuilder(int index) repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;getProperties(int index) repeated .KeyValue properties = 3;intrepeated .KeyValue properties = 3;repeated .KeyValue properties = 3;getPropertiesOrBuilder(int index) repeated .KeyValue properties = 3;List<? extends MLDataFormats.KeyValueOrBuilder>repeated .KeyValue properties = 3;If present, it signals the managed ledger has been terminated and this was the position of the last committed entry.If present, it signals the managed ledger has been terminated and this was the position of the last committed entry.booleanIf present, it signals the managed ledger has been terminated and this was the position of the last committed entry.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
-
getLedgerInfoList
List<MLDataFormats.ManagedLedgerInfo.LedgerInfo> getLedgerInfoList()repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1; -
getLedgerInfo
repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1; -
getLedgerInfoCount
int getLedgerInfoCount()repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1; -
getLedgerInfoOrBuilderList
List<? extends MLDataFormats.ManagedLedgerInfo.LedgerInfoOrBuilder> getLedgerInfoOrBuilderList()repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1; -
getLedgerInfoOrBuilder
repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1; -
hasTerminatedPosition
boolean hasTerminatedPosition()If present, it signals the managed ledger has been terminated and this was the position of the last committed entry. No more entries can be written.
optional .NestedPositionInfo terminatedPosition = 2;- Returns:
- Whether the terminatedPosition field is set.
-
getTerminatedPosition
MLDataFormats.NestedPositionInfo getTerminatedPosition()If present, it signals the managed ledger has been terminated and this was the position of the last committed entry. No more entries can be written.
optional .NestedPositionInfo terminatedPosition = 2;- Returns:
- The terminatedPosition.
-
getTerminatedPositionOrBuilder
MLDataFormats.NestedPositionInfoOrBuilder getTerminatedPositionOrBuilder()If present, it signals the managed ledger has been terminated and this was the position of the last committed entry. No more entries can be written.
optional .NestedPositionInfo terminatedPosition = 2; -
getPropertiesList
List<MLDataFormats.KeyValue> getPropertiesList()repeated .KeyValue properties = 3; -
getProperties
repeated .KeyValue properties = 3; -
getPropertiesCount
int getPropertiesCount()repeated .KeyValue properties = 3; -
getPropertiesOrBuilderList
List<? extends MLDataFormats.KeyValueOrBuilder> getPropertiesOrBuilderList()repeated .KeyValue properties = 3; -
getPropertiesOrBuilder
repeated .KeyValue properties = 3;
-