类 MLDataFormats.OffloadSegment

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.bookkeeper.mledger.proto.MLDataFormats.OffloadSegment
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, MLDataFormats.OffloadSegmentOrBuilder
封闭类:
MLDataFormats

public static final class MLDataFormats.OffloadSegment extends com.google.protobuf.GeneratedMessageV3 implements MLDataFormats.OffloadSegmentOrBuilder
Protobuf type OffloadSegment
另请参阅:
  • 字段详细资料

    • UIDMSB_FIELD_NUMBER

      public static final int UIDMSB_FIELD_NUMBER
      另请参阅:
    • UIDLSB_FIELD_NUMBER

      public static final int UIDLSB_FIELD_NUMBER
      另请参阅:
    • COMPLETE_FIELD_NUMBER

      public static final int COMPLETE_FIELD_NUMBER
      另请参阅:
    • ASSIGNEDTIMESTAMP_FIELD_NUMBER

      public static final int ASSIGNEDTIMESTAMP_FIELD_NUMBER
      另请参阅:
    • OFFLOADEDTIMESTAMP_FIELD_NUMBER

      public static final int OFFLOADEDTIMESTAMP_FIELD_NUMBER
      另请参阅:
    • ENDENTRYID_FIELD_NUMBER

      public static final int ENDENTRYID_FIELD_NUMBER
      另请参阅:
    • DRIVERMETADATA_FIELD_NUMBER

      public static final int DRIVERMETADATA_FIELD_NUMBER
      另请参阅:
    • PARSER

      @Deprecated public static final com.google.protobuf.Parser<MLDataFormats.OffloadSegment> PARSER
      已过时。
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      指定者:
      getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • hasUidMsb

      public boolean hasUidMsb()
      optional int64 uidMsb = 1;
      指定者:
      hasUidMsb 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      Whether the uidMsb field is set.
    • getUidMsb

      public long getUidMsb()
      optional int64 uidMsb = 1;
      指定者:
      getUidMsb 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      The uidMsb.
    • hasUidLsb

      public boolean hasUidLsb()
      optional int64 uidLsb = 2;
      指定者:
      hasUidLsb 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      Whether the uidLsb field is set.
    • getUidLsb

      public long getUidLsb()
      optional int64 uidLsb = 2;
      指定者:
      getUidLsb 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      The uidLsb.
    • hasComplete

      public boolean hasComplete()
      optional bool complete = 3;
      指定者:
      hasComplete 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      Whether the complete field is set.
    • getComplete

      public boolean getComplete()
      optional bool complete = 3;
      指定者:
      getComplete 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      The complete.
    • hasAssignedTimestamp

      public boolean hasAssignedTimestamp()
      timestamp in millisecond
       
      optional int64 assignedTimestamp = 4;
      指定者:
      hasAssignedTimestamp 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      Whether the assignedTimestamp field is set.
    • getAssignedTimestamp

      public long getAssignedTimestamp()
      timestamp in millisecond
       
      optional int64 assignedTimestamp = 4;
      指定者:
      getAssignedTimestamp 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      The assignedTimestamp.
    • hasOffloadedTimestamp

      public boolean hasOffloadedTimestamp()
      timestamp in millisecond
       
      optional int64 offloadedTimestamp = 5;
      指定者:
      hasOffloadedTimestamp 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      Whether the offloadedTimestamp field is set.
    • getOffloadedTimestamp

      public long getOffloadedTimestamp()
      timestamp in millisecond
       
      optional int64 offloadedTimestamp = 5;
      指定者:
      getOffloadedTimestamp 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      The offloadedTimestamp.
    • hasEndEntryId

      public boolean hasEndEntryId()
      optional int64 endEntryId = 6;
      指定者:
      hasEndEntryId 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      Whether the endEntryId field is set.
    • getEndEntryId

      public long getEndEntryId()
      optional int64 endEntryId = 6;
      指定者:
      getEndEntryId 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      The endEntryId.
    • hasDriverMetadata

      public boolean hasDriverMetadata()
      optional .OffloadDriverMetadata driverMetadata = 7;
      指定者:
      hasDriverMetadata 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      Whether the driverMetadata field is set.
    • getDriverMetadata

      public MLDataFormats.OffloadDriverMetadata getDriverMetadata()
      optional .OffloadDriverMetadata driverMetadata = 7;
      指定者:
      getDriverMetadata 在接口中 MLDataFormats.OffloadSegmentOrBuilder
      返回:
      The driverMetadata.
    • getDriverMetadataOrBuilder

      public MLDataFormats.OffloadDriverMetadataOrBuilder getDriverMetadataOrBuilder()
      optional .OffloadDriverMetadata driverMetadata = 7;
      指定者:
      getDriverMetadataOrBuilder 在接口中 MLDataFormats.OffloadSegmentOrBuilder
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static MLDataFormats.OffloadSegment parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static MLDataFormats.OffloadSegment parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static MLDataFormats.OffloadSegment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public MLDataFormats.OffloadSegment.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static MLDataFormats.OffloadSegment.Builder newBuilder()
    • newBuilder

    • toBuilder

      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected MLDataFormats.OffloadSegment.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static MLDataFormats.OffloadSegment getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<MLDataFormats.OffloadSegment> parser()
    • getParserForType

      public com.google.protobuf.Parser<MLDataFormats.OffloadSegment> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public MLDataFormats.OffloadSegment getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder