Interface MLDataFormats.ManagedLedgerInfoOrBuilder

    • Method Detail

      • getLedgerInfoCount

        int getLedgerInfoCount()
        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

        java.util.List<MLDataFormats.KeyValue> getPropertiesList()
        repeated .KeyValue properties = 3;
      • getPropertiesCount

        int getPropertiesCount()
        repeated .KeyValue properties = 3;