Interface MLDataFormats.ManagedLedgerInfo.LedgerInfoOrBuilder

    • Method Detail

      • hasLedgerId

        boolean hasLedgerId()
        required int64 ledgerId = 1;
        Returns:
        Whether the ledgerId field is set.
      • getLedgerId

        long getLedgerId()
        required int64 ledgerId = 1;
        Returns:
        The ledgerId.
      • hasEntries

        boolean hasEntries()
        optional int64 entries = 2;
        Returns:
        Whether the entries field is set.
      • getEntries

        long getEntries()
        optional int64 entries = 2;
        Returns:
        The entries.
      • hasSize

        boolean hasSize()
        optional int64 size = 3;
        Returns:
        Whether the size field is set.
      • getSize

        long getSize()
        optional int64 size = 3;
        Returns:
        The size.
      • hasTimestamp

        boolean hasTimestamp()
        optional int64 timestamp = 4;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        optional int64 timestamp = 4;
        Returns:
        The timestamp.
      • hasOffloadContext

        boolean hasOffloadContext()
        optional .OffloadContext offloadContext = 5;
        Returns:
        Whether the offloadContext field is set.
      • getOffloadContext

        MLDataFormats.OffloadContext getOffloadContext()
        optional .OffloadContext offloadContext = 5;
        Returns:
        The offloadContext.