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

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 © 2013 The Apache Software Foundation. All Rights Reserved.