public static final class ClientProtos.CoprocessorServiceRequest extends com.google.protobuf.GeneratedMessage implements ClientProtos.CoprocessorServiceRequestOrBuilder
hbase.pb.CoprocessorServiceRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProtos.CoprocessorServiceRequest.Builder
Protobuf type
hbase.pb.CoprocessorServiceRequest |
| Modifier and Type | Field and Description |
|---|---|
static int |
CALL_FIELD_NUMBER |
static <any> |
PARSER |
static int |
REGION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ClientProtos.CoprocessorServiceCall |
getCall()
required .hbase.pb.CoprocessorServiceCall call = 2; |
ClientProtos.CoprocessorServiceCallOrBuilder |
getCallOrBuilder()
required .hbase.pb.CoprocessorServiceCall call = 2; |
static ClientProtos.CoprocessorServiceRequest |
getDefaultInstance() |
ClientProtos.CoprocessorServiceRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
HBaseProtos.RegionSpecifier |
getRegion()
required .hbase.pb.RegionSpecifier region = 1; |
HBaseProtos.RegionSpecifierOrBuilder |
getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCall()
required .hbase.pb.CoprocessorServiceCall call = 2; |
int |
hashCode() |
boolean |
hasRegion()
required .hbase.pb.RegionSpecifier region = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.CoprocessorServiceRequest.Builder |
newBuilder() |
static ClientProtos.CoprocessorServiceRequest.Builder |
newBuilder(ClientProtos.CoprocessorServiceRequest prototype) |
ClientProtos.CoprocessorServiceRequest.Builder |
newBuilderForType() |
protected ClientProtos.CoprocessorServiceRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClientProtos.CoprocessorServiceRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ClientProtos.CoprocessorServiceRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.CoprocessorServiceRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.CoprocessorServiceRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.CoprocessorServiceRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.CoprocessorServiceRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int REGION_FIELD_NUMBER
public static final int CALL_FIELD_NUMBER
public static ClientProtos.CoprocessorServiceRequest getDefaultInstance()
public ClientProtos.CoprocessorServiceRequest 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 hasRegion()
required .hbase.pb.RegionSpecifier region = 1;hasRegion in interface ClientProtos.CoprocessorServiceRequestOrBuilderpublic HBaseProtos.RegionSpecifier getRegion()
required .hbase.pb.RegionSpecifier region = 1;getRegion in interface ClientProtos.CoprocessorServiceRequestOrBuilderpublic HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1;getRegionOrBuilder in interface ClientProtos.CoprocessorServiceRequestOrBuilderpublic boolean hasCall()
required .hbase.pb.CoprocessorServiceCall call = 2;hasCall in interface ClientProtos.CoprocessorServiceRequestOrBuilderpublic ClientProtos.CoprocessorServiceCall getCall()
required .hbase.pb.CoprocessorServiceCall call = 2;getCall in interface ClientProtos.CoprocessorServiceRequestOrBuilderpublic ClientProtos.CoprocessorServiceCallOrBuilder getCallOrBuilder()
required .hbase.pb.CoprocessorServiceCall call = 2;getCallOrBuilder in interface ClientProtos.CoprocessorServiceRequestOrBuilderpublic 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 ClientProtos.CoprocessorServiceRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.CoprocessorServiceRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.CoprocessorServiceRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.CoprocessorServiceRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.CoprocessorServiceRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.CoprocessorServiceRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.CoprocessorServiceRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.CoprocessorServiceRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.CoprocessorServiceRequest.Builder newBuilder()
public ClientProtos.CoprocessorServiceRequest.Builder newBuilderForType()
public static ClientProtos.CoprocessorServiceRequest.Builder newBuilder(ClientProtos.CoprocessorServiceRequest prototype)
public ClientProtos.CoprocessorServiceRequest.Builder toBuilder()
protected ClientProtos.CoprocessorServiceRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)