org.apache.hadoop.hbase.coprocessor.example.generated
Class BulkDeleteProtos.BulkDeleteService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
      extended by org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, BulkDeleteProtos.BulkDeleteService.Interface
Enclosing class:
BulkDeleteProtos.BulkDeleteService

public static final class BulkDeleteProtos.BulkDeleteService.Stub
extends BulkDeleteProtos.BulkDeleteService
implements BulkDeleteProtos.BulkDeleteService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
BulkDeleteProtos.BulkDeleteService.BlockingInterface, BulkDeleteProtos.BulkDeleteService.Interface, BulkDeleteProtos.BulkDeleteService.Stub
 
Method Summary
 void delete(com.google.protobuf.RpcController controller, BulkDeleteProtos.BulkDeleteRequest request, com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
          rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse);
 com.google.protobuf.RpcChannel getChannel()
           
 
Methods inherited from class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

delete

public void delete(com.google.protobuf.RpcController controller,
                   BulkDeleteProtos.BulkDeleteRequest request,
                   com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
Description copied from class: BulkDeleteProtos.BulkDeleteService
rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse);

Specified by:
delete in interface BulkDeleteProtos.BulkDeleteService.Interface
Specified by:
delete in class BulkDeleteProtos.BulkDeleteService


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