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

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

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


Method Summary
 long getRowsDeleted()
           
 long getVersionsDeleted()
           
 boolean hasRowsDeleted()
           
 boolean hasVersionsDeleted()
           
 
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

hasRowsDeleted

boolean hasRowsDeleted()

getRowsDeleted

long getRowsDeleted()

hasVersionsDeleted

boolean hasVersionsDeleted()

getVersionsDeleted

long getVersionsDeleted()


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