public interface SharedCountReader extends 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
|
addListener, addListener, removeListenerint getCount()
VersionedValue<Integer> getVersionedValue()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.