Uses of Class
org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessRequest

Packages that use RowProcessorProtos.ProcessRequest
org.apache.hadoop.hbase.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of RowProcessorProtos.ProcessRequest in org.apache.hadoop.hbase.client.coprocessor
 

Methods in org.apache.hadoop.hbase.client.coprocessor that return RowProcessorProtos.ProcessRequest
static
<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
RowProcessorProtos.ProcessRequest
RowProcessorClient.getRowProcessorPB(RowProcessor<S,T> r)
           
 

Uses of RowProcessorProtos.ProcessRequest in org.apache.hadoop.hbase.coprocessor
 

Methods in org.apache.hadoop.hbase.coprocessor with parameters of type RowProcessorProtos.ProcessRequest
 void BaseRowProcessorEndpoint.process(com.google.protobuf.RpcController controller, RowProcessorProtos.ProcessRequest request, com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
          Pass a processor to HRegion to process multiple rows atomically.
 

Uses of RowProcessorProtos.ProcessRequest in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type RowProcessorProtos.ProcessRequest
static com.google.protobuf.Parser<RowProcessorProtos.ProcessRequest> RowProcessorProtos.ProcessRequest.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return RowProcessorProtos.ProcessRequest
 RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.Builder.build()
           
 RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.Builder.buildPartial()
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.getDefaultInstance()
           
 RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.getDefaultInstanceForType()
           
 RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.Builder.getDefaultInstanceForType()
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseDelimitedFrom(InputStream input)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(byte[] data)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.ByteString data)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(InputStream input)
           
static RowProcessorProtos.ProcessRequest RowProcessorProtos.ProcessRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type RowProcessorProtos.ProcessRequest
 com.google.protobuf.Parser<RowProcessorProtos.ProcessRequest> RowProcessorProtos.ProcessRequest.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type RowProcessorProtos.ProcessRequest
 RowProcessorProtos.ProcessRequest.Builder RowProcessorProtos.ProcessRequest.Builder.mergeFrom(RowProcessorProtos.ProcessRequest other)
           
static RowProcessorProtos.ProcessRequest.Builder RowProcessorProtos.ProcessRequest.newBuilder(RowProcessorProtos.ProcessRequest prototype)
           
 RowProcessorProtos.ProcessResponse RowProcessorProtos.RowProcessorService.BlockingInterface.process(com.google.protobuf.RpcController controller, RowProcessorProtos.ProcessRequest request)
           
abstract  void RowProcessorProtos.RowProcessorService.process(com.google.protobuf.RpcController controller, RowProcessorProtos.ProcessRequest request, com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
          rpc Process(.ProcessRequest) returns (.ProcessResponse);
 void RowProcessorProtos.RowProcessorService.Interface.process(com.google.protobuf.RpcController controller, RowProcessorProtos.ProcessRequest request, com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
          rpc Process(.ProcessRequest) returns (.ProcessResponse);
 void RowProcessorProtos.RowProcessorService.Stub.process(com.google.protobuf.RpcController controller, RowProcessorProtos.ProcessRequest request, com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.