|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtos.CoprocessorServiceCall | |
---|---|
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Uses of ClientProtos.CoprocessorServiceCall in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClientProtos.CoprocessorServiceCall | |
---|---|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execRegionServerService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call)
Make a region server endpoint call |
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName)
|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(ClientProtos.ClientService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName,
PayloadCarryingRpcController controller)
|
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(MasterProtos.MasterService.BlockingInterface client,
ClientProtos.CoprocessorServiceCall call)
|
Uses of ClientProtos.CoprocessorServiceCall in org.apache.hadoop.hbase.protobuf.generated |
---|
Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type ClientProtos.CoprocessorServiceCall | |
---|---|
static com.google.protobuf.Parser<ClientProtos.CoprocessorServiceCall> |
ClientProtos.CoprocessorServiceCall.PARSER
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.CoprocessorServiceCall | |
---|---|
ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.Builder.build()
|
ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.Builder.buildPartial()
|
ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceRequestOrBuilder.getCall()
required .CoprocessorServiceCall call = 2; |
ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceRequest.getCall()
required .CoprocessorServiceCall call = 2; |
ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceRequest.Builder.getCall()
required .CoprocessorServiceCall call = 2; |
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.getDefaultInstance()
|
ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.getDefaultInstanceForType()
|
ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.Builder.getDefaultInstanceForType()
|
ClientProtos.CoprocessorServiceCall |
ClientProtos.ActionOrBuilder.getServiceCall()
optional .CoprocessorServiceCall service_call = 4; |
ClientProtos.CoprocessorServiceCall |
ClientProtos.Action.getServiceCall()
optional .CoprocessorServiceCall service_call = 4; |
ClientProtos.CoprocessorServiceCall |
ClientProtos.Action.Builder.getServiceCall()
optional .CoprocessorServiceCall service_call = 4; |
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseDelimitedFrom(InputStream input)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(byte[] data)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(com.google.protobuf.ByteString data)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(InputStream input)
|
static ClientProtos.CoprocessorServiceCall |
ClientProtos.CoprocessorServiceCall.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.CoprocessorServiceCall | |
---|---|
com.google.protobuf.Parser<ClientProtos.CoprocessorServiceCall> |
ClientProtos.CoprocessorServiceCall.getParserForType()
|
Uses of ClientProtos.CoprocessorServiceCall in org.apache.hadoop.hbase.regionserver |
---|
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ClientProtos.CoprocessorServiceCall | |
---|---|
com.google.protobuf.Message |
HRegion.execService(com.google.protobuf.RpcController controller,
ClientProtos.CoprocessorServiceCall call)
Executes a single protocol buffer coprocessor endpoint Service method using
the registered protocol handlers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |