public static final class MasterProtos.BackupTablesRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.BackupTablesRequestOrBuilder
hbase.pb.BackupTablesRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.BackupTablesRequest.Builder
Protobuf type
hbase.pb.BackupTablesRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
BANDWIDTH_FIELD_NUMBER |
static <any> |
PARSER |
static int |
TABLES_FIELD_NUMBER |
static int |
TARGET_ROOT_DIR_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
WORKERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getBandwidth()
optional int64 bandwidth = 5; |
static MasterProtos.BackupTablesRequest |
getDefaultInstance() |
MasterProtos.BackupTablesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
TableProtos.TableName |
getTables(int index)
repeated .TableName tables = 2; |
int |
getTablesCount()
repeated .TableName tables = 2; |
java.util.List<TableProtos.TableName> |
getTablesList()
repeated .TableName tables = 2; |
TableProtos.TableNameOrBuilder |
getTablesOrBuilder(int index)
repeated .TableName tables = 2; |
java.util.List<? extends TableProtos.TableNameOrBuilder> |
getTablesOrBuilderList()
repeated .TableName tables = 2; |
java.lang.String |
getTargetRootDir()
required string target_root_dir = 3; |
com.google.protobuf.ByteString |
getTargetRootDirBytes()
required string target_root_dir = 3; |
BackupProtos.BackupType |
getType()
required .BackupType type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getWorkers()
optional int64 workers = 4; |
boolean |
hasBandwidth()
optional int64 bandwidth = 5; |
int |
hashCode() |
boolean |
hasTargetRootDir()
required string target_root_dir = 3; |
boolean |
hasType()
required .BackupType type = 1; |
boolean |
hasWorkers()
optional int64 workers = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.BackupTablesRequest.Builder |
newBuilder() |
static MasterProtos.BackupTablesRequest.Builder |
newBuilder(MasterProtos.BackupTablesRequest prototype) |
MasterProtos.BackupTablesRequest.Builder |
newBuilderForType() |
protected MasterProtos.BackupTablesRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.BackupTablesRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.BackupTablesRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.BackupTablesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.BackupTablesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.BackupTablesRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.BackupTablesRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int TABLES_FIELD_NUMBER
public static final int TARGET_ROOT_DIR_FIELD_NUMBER
public static final int WORKERS_FIELD_NUMBER
public static final int BANDWIDTH_FIELD_NUMBER
public static MasterProtos.BackupTablesRequest getDefaultInstance()
public MasterProtos.BackupTablesRequest getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasType()
required .BackupType type = 1;hasType in interface MasterProtos.BackupTablesRequestOrBuilderpublic BackupProtos.BackupType getType()
required .BackupType type = 1;getType in interface MasterProtos.BackupTablesRequestOrBuilderpublic java.util.List<TableProtos.TableName> getTablesList()
repeated .TableName tables = 2;getTablesList in interface MasterProtos.BackupTablesRequestOrBuilderpublic java.util.List<? extends TableProtos.TableNameOrBuilder> getTablesOrBuilderList()
repeated .TableName tables = 2;getTablesOrBuilderList in interface MasterProtos.BackupTablesRequestOrBuilderpublic int getTablesCount()
repeated .TableName tables = 2;getTablesCount in interface MasterProtos.BackupTablesRequestOrBuilderpublic TableProtos.TableName getTables(int index)
repeated .TableName tables = 2;getTables in interface MasterProtos.BackupTablesRequestOrBuilderpublic TableProtos.TableNameOrBuilder getTablesOrBuilder(int index)
repeated .TableName tables = 2;getTablesOrBuilder in interface MasterProtos.BackupTablesRequestOrBuilderpublic boolean hasTargetRootDir()
required string target_root_dir = 3;hasTargetRootDir in interface MasterProtos.BackupTablesRequestOrBuilderpublic java.lang.String getTargetRootDir()
required string target_root_dir = 3;getTargetRootDir in interface MasterProtos.BackupTablesRequestOrBuilderpublic com.google.protobuf.ByteString getTargetRootDirBytes()
required string target_root_dir = 3;getTargetRootDirBytes in interface MasterProtos.BackupTablesRequestOrBuilderpublic boolean hasWorkers()
optional int64 workers = 4;hasWorkers in interface MasterProtos.BackupTablesRequestOrBuilderpublic long getWorkers()
optional int64 workers = 4;getWorkers in interface MasterProtos.BackupTablesRequestOrBuilderpublic boolean hasBandwidth()
optional int64 bandwidth = 5;hasBandwidth in interface MasterProtos.BackupTablesRequestOrBuilderpublic long getBandwidth()
optional int64 bandwidth = 5;getBandwidth in interface MasterProtos.BackupTablesRequestOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static MasterProtos.BackupTablesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.BackupTablesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.BackupTablesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.BackupTablesRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.BackupTablesRequest.Builder newBuilder()
public MasterProtos.BackupTablesRequest.Builder newBuilderForType()
public static MasterProtos.BackupTablesRequest.Builder newBuilder(MasterProtos.BackupTablesRequest prototype)
public MasterProtos.BackupTablesRequest.Builder toBuilder()
protected MasterProtos.BackupTablesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)