Package org.apache.curator.framework.api
Interface Versionable<T>
- All Known Subinterfaces:
BackgroundVersionable
,ChildrenDeletable
,DeleteBuilder
,DeleteBuilderMain
,GuaranteeableDeletable
,SetACLBuilder
,SetDataBackgroundVersionable
,SetDataBuilder
,TransactionCheckBuilder<T>
,TransactionDeleteBuilder<T>
,TransactionSetDataBuilder<T>
,VersionPathAndBytesable<T>
- All Known Implementing Classes:
DeleteBuilderImpl
,SetACLBuilderImpl
,SetDataBuilderImpl
public interface Versionable<T>
-
Method Summary
Modifier and TypeMethodDescriptionwithVersion
(int version) Use the given version (the default is -1)
-
Method Details
-
withVersion
Use the given version (the default is -1)- Parameters:
version
- version to use- Returns:
- this
-