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

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

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

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

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

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

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