Package org.apache.curator.framework.api
Interface SetDataBuilder
-
- All Superinterfaces:
Backgroundable<ErrorListenerPathAndBytesable<org.apache.zookeeper.data.Stat>>,BackgroundPathAndBytesable<org.apache.zookeeper.data.Stat>,Compressible<SetDataBackgroundVersionable>,PathAndBytesable<org.apache.zookeeper.data.Stat>,Versionable<BackgroundPathAndBytesable<org.apache.zookeeper.data.Stat>>
- All Known Implementing Classes:
SetDataBuilderImpl
public interface SetDataBuilder extends BackgroundPathAndBytesable<org.apache.zookeeper.data.Stat>, Versionable<BackgroundPathAndBytesable<org.apache.zookeeper.data.Stat>>, Compressible<SetDataBackgroundVersionable>
-
-
Method Summary
-
Methods inherited from interface org.apache.curator.framework.api.Backgroundable
inBackground, inBackground, inBackground, inBackground, inBackground, inBackground
-
Methods inherited from interface org.apache.curator.framework.api.Compressible
compressed
-
Methods inherited from interface org.apache.curator.framework.api.PathAndBytesable
forPath, forPath
-
Methods inherited from interface org.apache.curator.framework.api.Versionable
withVersion
-
-