public class KeyValue extends Object
| Constructor and Description |
|---|
KeyValue(io.etcd.jetcd.api.KeyValue kv) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreateRevision() |
ByteSequence |
getKey() |
long |
getLease() |
long |
getModRevision() |
ByteSequence |
getValue() |
long |
getVersion() |
public ByteSequence getKey()
public ByteSequence getValue()
public long getCreateRevision()
public long getModRevision()
public long getVersion()
public long getLease()
Copyright © 2019. All rights reserved.