Uses of Class
org.apache.curator.framework.recipes.shared.VersionedValue
-
Packages that use VersionedValue Package Description org.apache.curator.framework.recipes.shared -
-
Uses of VersionedValue in org.apache.curator.framework.recipes.shared
Methods in org.apache.curator.framework.recipes.shared that return VersionedValue Modifier and Type Method Description VersionedValue<java.lang.Integer>SharedCount. getVersionedValue()VersionedValue<java.lang.Integer>SharedCountReader. getVersionedValue()Return the current count and versionVersionedValue<byte[]>SharedValue. getVersionedValue()VersionedValue<byte[]>SharedValueReader. getVersionedValue()Return the current version and valueMethods in org.apache.curator.framework.recipes.shared with parameters of type VersionedValue Modifier and Type Method Description booleanSharedCount. trySetCount(VersionedValue<java.lang.Integer> previous, int newCount)Changes the shared count only if its value has not changed since the version specified by newCount.booleanSharedValue. trySetValue(VersionedValue<byte[]> previous, byte[] newValue)Changes the shared value only if its value has not changed since the version specified by newValue.
-