public class DeleteResponse extends AbstractResponse<DeleteRangeResponse>
Response.Header| Constructor and Description |
|---|
DeleteResponse(DeleteRangeResponse deleteRangeResponse,
ByteSequence namespace) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDeleted()
return the number of keys deleted by the delete range request.
|
List<KeyValue> |
getPrevKvs()
return previous key-value pairs.
|
getHeader, getResponse, getResponseHeader, toStringpublic DeleteResponse(DeleteRangeResponse deleteRangeResponse, ByteSequence namespace)
Copyright © 2019. All rights reserved.