Class VersionedValue<T>
java.lang.Object
org.apache.curator.framework.recipes.shared.VersionedValue<T>
POJO for versioned value.
Client must never construct this but get through SharedValue.getVersionedValue()
or SharedCount.getVersionedValue()
.
-
Method Details
-
getZxid
public long getZxid()It isStat.getMzxid()
of the corresponding node. -
getVersion
public int getVersion()It isStat.getVersion()
of the corresponding node.It is known that this will overflow and hence not monotonic.
-
getValue
-