org.apache.hadoop.hbase.coprocessor.example.generated
Interface BulkDeleteProtos.BulkDeleteService.Interface

All Known Implementing Classes:
BulkDeleteProtos.BulkDeleteService.Stub
Enclosing class:
BulkDeleteProtos.BulkDeleteService

public static interface BulkDeleteProtos.BulkDeleteService.Interface


Method Summary
 void delete(com.google.protobuf.RpcController controller, BulkDeleteProtos.BulkDeleteRequest request, com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
          rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse);
 

Method Detail

delete

void delete(com.google.protobuf.RpcController controller,
            BulkDeleteProtos.BulkDeleteRequest request,
            com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse);



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