org.apache.curator.framework.api
Interface Versionable<T>

All Known Subinterfaces:
ACLVersionBackgroundPathable<T>, BackgroundVersionable, ChildrenDeletable, DeleteBuilder, Guaranteeable, SetACLBuilder, SetDataBackgroundVersionable, SetDataBuilder, TransactionCheckBuilder, TransactionDeleteBuilder, TransactionSetDataBuilder

public interface Versionable<T>


Method Summary
 T withVersion(int version)
          Use the given version (the default is -1)
 

Method Detail

withVersion

T withVersion(int version)
Use the given version (the default is -1)

Parameters:
version - version to use
Returns:
this


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.