public class BulkDeleteResponse extends Object implements Serializable
IOException
which is
happened while doing the operation. It will also include total number of versions deleted, when
the delete type is VERSION.Constructor and Description |
---|
BulkDeleteResponse() |
Modifier and Type | Method and Description |
---|---|
IOException |
getIoException() |
long |
getRowsDeleted() |
long |
getVersionsDeleted() |
void |
setIoException(IOException ioException) |
void |
setRowsDeleted(long rowsDeleted) |
void |
setVersionsDeleted(long versionsDeleted) |
public void setRowsDeleted(long rowsDeleted)
public long getRowsDeleted()
public void setIoException(IOException ioException)
public IOException getIoException()
public long getVersionsDeleted()
public void setVersionsDeleted(long versionsDeleted)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.