public static interface BulkDeleteProtos.BulkDeleteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getRowsDeleted()
required uint64 rowsDeleted = 1; |
long |
getVersionsDeleted()
optional uint64 versionsDeleted = 2; |
boolean |
hasRowsDeleted()
required uint64 rowsDeleted = 1; |
boolean |
hasVersionsDeleted()
optional uint64 versionsDeleted = 2; |
boolean hasRowsDeleted()
required uint64 rowsDeleted = 1;
long getRowsDeleted()
required uint64 rowsDeleted = 1;
boolean hasVersionsDeleted()
optional uint64 versionsDeleted = 2;
long getVersionsDeleted()
optional uint64 versionsDeleted = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.