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

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BulkDeleteProtos.BulkDeleteRequest, BulkDeleteProtos.BulkDeleteRequest.Builder
Enclosing class:
BulkDeleteProtos

public static interface BulkDeleteProtos.BulkDeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
           
 int getRowBatchSize()
           
 ClientProtos.Scan getScan()
           
 ClientProtos.ScanOrBuilder getScanOrBuilder()
           
 long getTimestamp()
           
 boolean hasDeleteType()
           
 boolean hasRowBatchSize()
           
 boolean hasScan()
           
 boolean hasTimestamp()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasScan

boolean hasScan()

getScan

ClientProtos.Scan getScan()

getScanOrBuilder

ClientProtos.ScanOrBuilder getScanOrBuilder()

hasDeleteType

boolean hasDeleteType()

getDeleteType

BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()

hasTimestamp

boolean hasTimestamp()

getTimestamp

long getTimestamp()

hasRowBatchSize

boolean hasRowBatchSize()

getRowBatchSize

int getRowBatchSize()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.