public static final class MasterProtos.SetBalancerRunningRequest extends com.google.protobuf.GeneratedMessage implements MasterProtos.SetBalancerRunningRequestOrBuilder
hbase.pb.SetBalancerRunningRequest| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.SetBalancerRunningRequest.Builder
Protobuf type
hbase.pb.SetBalancerRunningRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
ON_FIELD_NUMBER |
static <any> |
PARSER |
static int |
SYNCHRONOUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.SetBalancerRunningRequest |
getDefaultInstance() |
MasterProtos.SetBalancerRunningRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getOn()
required bool on = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
boolean |
getSynchronous()
optional bool synchronous = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasOn()
required bool on = 1; |
boolean |
hasSynchronous()
optional bool synchronous = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.SetBalancerRunningRequest.Builder |
newBuilder() |
static MasterProtos.SetBalancerRunningRequest.Builder |
newBuilder(MasterProtos.SetBalancerRunningRequest prototype) |
MasterProtos.SetBalancerRunningRequest.Builder |
newBuilderForType() |
protected MasterProtos.SetBalancerRunningRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.SetBalancerRunningRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.SetBalancerRunningRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetBalancerRunningRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetBalancerRunningRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.SetBalancerRunningRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetBalancerRunningRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.SetBalancerRunningRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.SetBalancerRunningRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.SetBalancerRunningRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int ON_FIELD_NUMBER
public static final int SYNCHRONOUS_FIELD_NUMBER
public static MasterProtos.SetBalancerRunningRequest getDefaultInstance()
public MasterProtos.SetBalancerRunningRequest 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 hasOn()
required bool on = 1;hasOn in interface MasterProtos.SetBalancerRunningRequestOrBuilderpublic boolean getOn()
required bool on = 1;getOn in interface MasterProtos.SetBalancerRunningRequestOrBuilderpublic boolean hasSynchronous()
optional bool synchronous = 2;hasSynchronous in interface MasterProtos.SetBalancerRunningRequestOrBuilderpublic boolean getSynchronous()
optional bool synchronous = 2;getSynchronous in interface MasterProtos.SetBalancerRunningRequestOrBuilderpublic 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.SetBalancerRunningRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.SetBalancerRunningRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.SetBalancerRunningRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.SetBalancerRunningRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.SetBalancerRunningRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.SetBalancerRunningRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.SetBalancerRunningRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.SetBalancerRunningRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.SetBalancerRunningRequest.Builder newBuilder()
public MasterProtos.SetBalancerRunningRequest.Builder newBuilderForType()
public static MasterProtos.SetBalancerRunningRequest.Builder newBuilder(MasterProtos.SetBalancerRunningRequest prototype)
public MasterProtos.SetBalancerRunningRequest.Builder toBuilder()
protected MasterProtos.SetBalancerRunningRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)