public class LockResponse extends AbstractResponse<LockResponse>
Response.Header| Constructor and Description |
|---|
LockResponse(LockResponse response,
ByteSequence namespace) |
| 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 LockResponse(LockResponse response, ByteSequence namespace)
public ByteSequence getKey()
Copyright © 2019. All rights reserved.