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

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

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

Methods in org.apache.hadoop.hbase.coprocessor.example.generated that return BulkDeleteProtos.BulkDeleteRequest.DeleteType
 BulkDeleteProtos.BulkDeleteRequest.DeleteType BulkDeleteProtos.BulkDeleteRequestOrBuilder.getDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 BulkDeleteProtos.BulkDeleteRequest.DeleteType BulkDeleteProtos.BulkDeleteRequest.getDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 BulkDeleteProtos.BulkDeleteRequest.DeleteType BulkDeleteProtos.BulkDeleteRequest.Builder.getDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
static BulkDeleteProtos.BulkDeleteRequest.DeleteType BulkDeleteProtos.BulkDeleteRequest.DeleteType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static BulkDeleteProtos.BulkDeleteRequest.DeleteType BulkDeleteProtos.BulkDeleteRequest.DeleteType.valueOf(int value)
           
static BulkDeleteProtos.BulkDeleteRequest.DeleteType BulkDeleteProtos.BulkDeleteRequest.DeleteType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BulkDeleteProtos.BulkDeleteRequest.DeleteType[] BulkDeleteProtos.BulkDeleteRequest.DeleteType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.coprocessor.example.generated that return types with arguments of type BulkDeleteProtos.BulkDeleteRequest.DeleteType
static com.google.protobuf.Internal.EnumLiteMap<BulkDeleteProtos.BulkDeleteRequest.DeleteType> BulkDeleteProtos.BulkDeleteRequest.DeleteType.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.coprocessor.example.generated with parameters of type BulkDeleteProtos.BulkDeleteRequest.DeleteType
 BulkDeleteProtos.BulkDeleteRequest.Builder BulkDeleteProtos.BulkDeleteRequest.Builder.setDeleteType(BulkDeleteProtos.BulkDeleteRequest.DeleteType value)
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 



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