public class LockResponse extends AbstractResponse<io.etcd.jetcd.api.lock.LockResponse>
Response.Header| Constructor and Description |
|---|
LockResponse(io.etcd.jetcd.api.lock.LockResponse response) |
| Modifier and Type | Method and Description |
|---|---|
ByteSequence |
getKey()
key is a key that will exist on etcd for the duration that the Lock caller
owns the lock.
|
getHeader, getResponse, getResponseHeader, toStringpublic ByteSequence getKey()
Copyright © 2019. All rights reserved.