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()
          required uint64 rowsDeleted = 1;
 long getVersionsDeleted()
          optional uint64 versionsDeleted = 2;
 boolean hasRowsDeleted()
          required uint64 rowsDeleted = 1;
 boolean hasVersionsDeleted()
          optional uint64 versionsDeleted = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasRowsDeleted

boolean hasRowsDeleted()
required uint64 rowsDeleted = 1;


getRowsDeleted

long getRowsDeleted()
required uint64 rowsDeleted = 1;


hasVersionsDeleted

boolean hasVersionsDeleted()
optional uint64 versionsDeleted = 2;


getVersionsDeleted

long getVersionsDeleted()
optional uint64 versionsDeleted = 2;



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