public class DeleteResponse extends AbstractResponse<io.etcd.jetcd.api.DeleteRangeResponse>
Response.Header| Constructor and Description |
|---|
DeleteResponse(io.etcd.jetcd.api.DeleteRangeResponse deleteRangeResponse) |
| 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, toStringCopyright © 2019. All rights reserved.