Package io.etcd.jetcd.maintenance
Class HashKVResponse
- java.lang.Object
-
- io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.HashKVResponse>
-
- io.etcd.jetcd.maintenance.HashKVResponse
-
- All Implemented Interfaces:
Response
public class HashKVResponse extends AbstractResponse<io.etcd.jetcd.api.HashKVResponse>
HashKVResponse returned byMaintenance.hashKV(URI, long).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header
-
-
Constructor Summary
Constructors Constructor Description HashKVResponse(io.etcd.jetcd.api.HashKVResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCompacted()Returns the compacted revision of key-value store when hash begins.intgetHash()Returns the hash value computed from the responding member's MVCC keys up to a given revision.-
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
-