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

Packages that use RowProcessorProtos.ProcessResponse
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.protobuf.generated   
 

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

Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type RowProcessorProtos.ProcessResponse
 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.ProcessResponse in org.apache.hadoop.hbase.protobuf.generated
 

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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type RowProcessorProtos.ProcessResponse
 RowProcessorProtos.ProcessResponse.Builder RowProcessorProtos.ProcessResponse.Builder.mergeFrom(RowProcessorProtos.ProcessResponse other)
           
static RowProcessorProtos.ProcessResponse.Builder RowProcessorProtos.ProcessResponse.newBuilder(RowProcessorProtos.ProcessResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type RowProcessorProtos.ProcessResponse
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 © 2015 The Apache Software Foundation. All rights reserved.