Uses of Interface
org.apache.curator.x.async.modeled.versioned.Versioned
-
Packages that use Versioned Package Description org.apache.curator.x.async.modeled.versioned -
-
Uses of Versioned in org.apache.curator.x.async.modeled.versioned
Methods in org.apache.curator.x.async.modeled.versioned that return Versioned Modifier and Type Method Description static <T> Versioned<T>Versioned. from(T model, int version)Return a new Versioned wrapper for the given model and versionMethods in org.apache.curator.x.async.modeled.versioned that return types with arguments of type Versioned Modifier and Type Method Description AsyncStage<Versioned<T>>VersionedModeledFramework. read()AsyncStage<Versioned<T>>VersionedModeledFramework. read(org.apache.zookeeper.data.Stat storingStatIn)Methods in org.apache.curator.x.async.modeled.versioned with parameters of type Versioned Modifier and Type Method Description AsyncStage<java.lang.String>VersionedModeledFramework. set(Versioned<T> model)AsyncStage<java.lang.String>VersionedModeledFramework. set(Versioned<T> model, org.apache.zookeeper.data.Stat storingStatIn)AsyncStage<org.apache.zookeeper.data.Stat>VersionedModeledFramework. update(Versioned<T> model)org.apache.curator.framework.api.transaction.CuratorOpVersionedModeledFramework. updateOp(Versioned<T> model)
-