public interface SharedCountReader extends org.apache.curator.framework.listen.Listenable<SharedCountListener>
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Return the current value of the count
|
VersionedValue<Integer> |
getVersionedValue()
Return the current count and version
|
int getCount()
VersionedValue<Integer> getVersionedValue()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.