SharedValuepublic interface SharedValueReader
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.curator.framework.listen.ListenerContainer<SharedValueListener> |
getListenable() |
Returns the listenable
|
byte[] |
getValue() |
Return the current value of the count
|
VersionedValue<byte[]> |
getVersionedValue() |
Return the current version and value
|
byte[] getValue()
VersionedValue<byte[]> getVersionedValue()
org.apache.curator.framework.listen.ListenerContainer<SharedValueListener> getListenable()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.