Uses of Class
org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest

Packages that use BulkDeleteProtos.BulkDeleteRequest
org.apache.hadoop.hbase.coprocessor.example   
org.apache.hadoop.hbase.coprocessor.example.generated   
 

Uses of BulkDeleteProtos.BulkDeleteRequest in org.apache.hadoop.hbase.coprocessor.example
 

Methods in org.apache.hadoop.hbase.coprocessor.example with parameters of type BulkDeleteProtos.BulkDeleteRequest
 void BulkDeleteEndpoint.delete(com.google.protobuf.RpcController controller, BulkDeleteProtos.BulkDeleteRequest request, com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
           
 

Uses of BulkDeleteProtos.BulkDeleteRequest in org.apache.hadoop.hbase.coprocessor.example.generated
 

Fields in org.apache.hadoop.hbase.coprocessor.example.generated with type parameters of type BulkDeleteProtos.BulkDeleteRequest
static com.google.protobuf.Parser<BulkDeleteProtos.BulkDeleteRequest> BulkDeleteProtos.BulkDeleteRequest.PARSER
           
 

Methods in org.apache.hadoop.hbase.coprocessor.example.generated that return BulkDeleteProtos.BulkDeleteRequest
 BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.Builder.build()
           
 BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.Builder.buildPartial()
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.getDefaultInstance()
           
 BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.getDefaultInstanceForType()
           
 BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.Builder.getDefaultInstanceForType()
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseDelimitedFrom(InputStream input)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(byte[] data)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(com.google.protobuf.ByteString data)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(InputStream input)
           
static BulkDeleteProtos.BulkDeleteRequest BulkDeleteProtos.BulkDeleteRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.coprocessor.example.generated that return types with arguments of type BulkDeleteProtos.BulkDeleteRequest
 com.google.protobuf.Parser<BulkDeleteProtos.BulkDeleteRequest> BulkDeleteProtos.BulkDeleteRequest.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.coprocessor.example.generated with parameters of type BulkDeleteProtos.BulkDeleteRequest
 BulkDeleteProtos.BulkDeleteResponse BulkDeleteProtos.BulkDeleteService.BlockingInterface.delete(com.google.protobuf.RpcController controller, BulkDeleteProtos.BulkDeleteRequest request)
           
abstract  void BulkDeleteProtos.BulkDeleteService.delete(com.google.protobuf.RpcController controller, BulkDeleteProtos.BulkDeleteRequest request, com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
          rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse);
 void BulkDeleteProtos.BulkDeleteService.Interface.delete(com.google.protobuf.RpcController controller, BulkDeleteProtos.BulkDeleteRequest request, com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
          rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse);
 void BulkDeleteProtos.BulkDeleteService.Stub.delete(com.google.protobuf.RpcController controller, BulkDeleteProtos.BulkDeleteRequest request, com.google.protobuf.RpcCallback<BulkDeleteProtos.BulkDeleteResponse> done)
           
 BulkDeleteProtos.BulkDeleteRequest.Builder BulkDeleteProtos.BulkDeleteRequest.Builder.mergeFrom(BulkDeleteProtos.BulkDeleteRequest other)
           
static BulkDeleteProtos.BulkDeleteRequest.Builder BulkDeleteProtos.BulkDeleteRequest.newBuilder(BulkDeleteProtos.BulkDeleteRequest prototype)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.