Interface MLDataFormats.OffloadSegmentOrBuilder

    • Method Detail

      • hasUidMsb

        boolean hasUidMsb()
        optional int64 uidMsb = 1;
        Returns:
        Whether the uidMsb field is set.
      • getUidMsb

        long getUidMsb()
        optional int64 uidMsb = 1;
        Returns:
        The uidMsb.
      • hasUidLsb

        boolean hasUidLsb()
        optional int64 uidLsb = 2;
        Returns:
        Whether the uidLsb field is set.
      • getUidLsb

        long getUidLsb()
        optional int64 uidLsb = 2;
        Returns:
        The uidLsb.
      • hasComplete

        boolean hasComplete()
        optional bool complete = 3;
        Returns:
        Whether the complete field is set.
      • getComplete

        boolean getComplete()
        optional bool complete = 3;
        Returns:
        The complete.
      • hasAssignedTimestamp

        boolean hasAssignedTimestamp()
        timestamp in millisecond
         
        optional int64 assignedTimestamp = 4;
        Returns:
        Whether the assignedTimestamp field is set.
      • getAssignedTimestamp

        long getAssignedTimestamp()
        timestamp in millisecond
         
        optional int64 assignedTimestamp = 4;
        Returns:
        The assignedTimestamp.
      • hasOffloadedTimestamp

        boolean hasOffloadedTimestamp()
        timestamp in millisecond
         
        optional int64 offloadedTimestamp = 5;
        Returns:
        Whether the offloadedTimestamp field is set.
      • getOffloadedTimestamp

        long getOffloadedTimestamp()
        timestamp in millisecond
         
        optional int64 offloadedTimestamp = 5;
        Returns:
        The offloadedTimestamp.
      • hasEndEntryId

        boolean hasEndEntryId()
        optional int64 endEntryId = 6;
        Returns:
        Whether the endEntryId field is set.
      • getEndEntryId

        long getEndEntryId()
        optional int64 endEntryId = 6;
        Returns:
        The endEntryId.
      • hasDriverMetadata

        boolean hasDriverMetadata()
        optional .OffloadDriverMetadata driverMetadata = 7;
        Returns:
        Whether the driverMetadata field is set.