org.apache.hadoop.hbase.protobuf.generated
Interface RowProcessorProtos.RowProcessorService.Interface

All Known Implementing Classes:
RowProcessorProtos.RowProcessorService.Stub
Enclosing class:
RowProcessorProtos.RowProcessorService

public static interface RowProcessorProtos.RowProcessorService.Interface


Method Summary
 void process(com.google.protobuf.RpcController controller, RowProcessorProtos.ProcessRequest request, com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
          rpc Process(.ProcessRequest) returns (.ProcessResponse);
 

Method Detail

process

void process(com.google.protobuf.RpcController controller,
             RowProcessorProtos.ProcessRequest request,
             com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
rpc Process(.ProcessRequest) returns (.ProcessResponse);



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