Class Common.BackupParam

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.dingodb.common.Common.BackupParam
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Common.BackupParamOrBuilder, Serializable
Enclosing class:
Common

public static final class Common.BackupParam extends com.google.protobuf.GeneratedMessageV3 implements Common.BackupParamOrBuilder
Protobuf type dingodb.pb.common.BackupParam
See Also:
  • Field Details

    • COOR_ADDR_FIELD_NUMBER

      public static final int COOR_ADDR_FIELD_NUMBER
      See Also:
    • STORE_ADDR_FIELD_NUMBER

      public static final int STORE_ADDR_FIELD_NUMBER
      See Also:
    • INDEX_ADDR_FIELD_NUMBER

      public static final int INDEX_ADDR_FIELD_NUMBER
      See Also:
    • DOCUMENT_FIELD_NUMBER

      public static final int DOCUMENT_FIELD_NUMBER
      See Also:
    • BR_TYPE_FIELD_NUMBER

      public static final int BR_TYPE_FIELD_NUMBER
      See Also:
    • BR_BACKUP_TYPE_FIELD_NUMBER

      public static final int BR_BACKUP_TYPE_FIELD_NUMBER
      See Also:
    • BACKUPTS_FIELD_NUMBER

      public static final int BACKUPTS_FIELD_NUMBER
      See Also:
    • BACKUPTSO_INTERNAL_FIELD_NUMBER

      public static final int BACKUPTSO_INTERNAL_FIELD_NUMBER
      See Also:
    • STORAGE_FIELD_NUMBER

      public static final int STORAGE_FIELD_NUMBER
      See Also:
    • STORAGE_INTERNAL_FIELD_NUMBER

      public static final int STORAGE_INTERNAL_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getCoorAddr

      public String getCoorAddr()
      string coor_addr = 1;
      Specified by:
      getCoorAddr in interface Common.BackupParamOrBuilder
      Returns:
      The coorAddr.
    • getCoorAddrBytes

      public com.google.protobuf.ByteString getCoorAddrBytes()
      string coor_addr = 1;
      Specified by:
      getCoorAddrBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for coorAddr.
    • getStoreAddr

      public String getStoreAddr()
      string store_addr = 2;
      Specified by:
      getStoreAddr in interface Common.BackupParamOrBuilder
      Returns:
      The storeAddr.
    • getStoreAddrBytes

      public com.google.protobuf.ByteString getStoreAddrBytes()
      string store_addr = 2;
      Specified by:
      getStoreAddrBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for storeAddr.
    • getIndexAddr

      public String getIndexAddr()
      string index_addr = 3;
      Specified by:
      getIndexAddr in interface Common.BackupParamOrBuilder
      Returns:
      The indexAddr.
    • getIndexAddrBytes

      public com.google.protobuf.ByteString getIndexAddrBytes()
      string index_addr = 3;
      Specified by:
      getIndexAddrBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for indexAddr.
    • getDocument

      public String getDocument()
      string document = 4;
      Specified by:
      getDocument in interface Common.BackupParamOrBuilder
      Returns:
      The document.
    • getDocumentBytes

      public com.google.protobuf.ByteString getDocumentBytes()
      string document = 4;
      Specified by:
      getDocumentBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for document.
    • getBrType

      public String getBrType()
      string br_type = 5;
      Specified by:
      getBrType in interface Common.BackupParamOrBuilder
      Returns:
      The brType.
    • getBrTypeBytes

      public com.google.protobuf.ByteString getBrTypeBytes()
      string br_type = 5;
      Specified by:
      getBrTypeBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for brType.
    • getBrBackupType

      public String getBrBackupType()
      string br_backup_type = 6;
      Specified by:
      getBrBackupType in interface Common.BackupParamOrBuilder
      Returns:
      The brBackupType.
    • getBrBackupTypeBytes

      public com.google.protobuf.ByteString getBrBackupTypeBytes()
      string br_backup_type = 6;
      Specified by:
      getBrBackupTypeBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for brBackupType.
    • getBackupts

      public String getBackupts()
      string backupts = 7;
      Specified by:
      getBackupts in interface Common.BackupParamOrBuilder
      Returns:
      The backupts.
    • getBackuptsBytes

      public com.google.protobuf.ByteString getBackuptsBytes()
      string backupts = 7;
      Specified by:
      getBackuptsBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for backupts.
    • getBackuptsoInternal

      public long getBackuptsoInternal()
      int64 backuptso_internal = 8;
      Specified by:
      getBackuptsoInternal in interface Common.BackupParamOrBuilder
      Returns:
      The backuptsoInternal.
    • getStorage

      public String getStorage()
      string storage = 9;
      Specified by:
      getStorage in interface Common.BackupParamOrBuilder
      Returns:
      The storage.
    • getStorageBytes

      public com.google.protobuf.ByteString getStorageBytes()
      string storage = 9;
      Specified by:
      getStorageBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for storage.
    • getStorageInternal

      public String getStorageInternal()
      string storage_internal = 10;
      Specified by:
      getStorageInternal in interface Common.BackupParamOrBuilder
      Returns:
      The storageInternal.
    • getStorageInternalBytes

      public com.google.protobuf.ByteString getStorageInternalBytes()
      string storage_internal = 10;
      Specified by:
      getStorageInternalBytes in interface Common.BackupParamOrBuilder
      Returns:
      The bytes for storageInternal.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Common.BackupParam parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.BackupParam parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.BackupParam parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.BackupParam parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.BackupParam parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.BackupParam parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Common.BackupParam parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Common.BackupParam parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Common.BackupParam parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Common.BackupParam parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Common.BackupParam parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Common.BackupParam parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Common.BackupParam.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Common.BackupParam.Builder newBuilder()
    • newBuilder

      public static Common.BackupParam.Builder newBuilder(Common.BackupParam prototype)
    • toBuilder

      public Common.BackupParam.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Common.BackupParam.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Common.BackupParam getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Common.BackupParam> parser()
    • getParserForType

      public com.google.protobuf.Parser<Common.BackupParam> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Common.BackupParam getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder