public static final class MasterProtos.BackupTablesRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.BackupTablesRequestOrBuilder
BackupTablesRequest| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MasterProtos.BackupTablesRequest.Builder
Protobuf type  
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(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()  | 
HBaseProtos.TableName | 
getTables(int index)
repeated .TableName tables = 2; | 
int | 
getTablesCount()
repeated .TableName tables = 2; | 
List<HBaseProtos.TableName> | 
getTablesList()
repeated .TableName tables = 2; | 
HBaseProtos.TableNameOrBuilder | 
getTablesOrBuilder(int index)
repeated .TableName tables = 2; | 
List<? extends HBaseProtos.TableNameOrBuilder> | 
getTablesOrBuilderList()
repeated .TableName tables = 2; | 
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(InputStream input)  | 
static MasterProtos.BackupTablesRequest | 
parseDelimitedFrom(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(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
MasterProtos.BackupTablesRequest.Builder | 
toBuilder()  | 
protected 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 List<HBaseProtos.TableName> getTablesList()
repeated .TableName tables = 2;getTablesList in interface MasterProtos.BackupTablesRequestOrBuilderpublic List<? extends HBaseProtos.TableNameOrBuilder> getTablesOrBuilderList()
repeated .TableName tables = 2;getTablesOrBuilderList in interface MasterProtos.BackupTablesRequestOrBuilderpublic int getTablesCount()
repeated .TableName tables = 2;getTablesCount in interface MasterProtos.BackupTablesRequestOrBuilderpublic HBaseProtos.TableName getTables(int index)
repeated .TableName tables = 2;getTables in interface MasterProtos.BackupTablesRequestOrBuilderpublic HBaseProtos.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 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 IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(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(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.BackupTablesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MasterProtos.BackupTablesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MasterProtos.BackupTablesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MasterProtos.BackupTablesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
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)