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

Packages that use RowProcessorProtos.RowProcessorRequest
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.RowProcessorRequest in org.apache.hadoop.hbase.client.coprocessor
 

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

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

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

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

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

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



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.