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

All Known Subinterfaces:
ACLBackgroundPathable<T>, BackgroundPathable<T>, BackgroundVersionable, ChildrenDeletable, DeleteBuilder, ExistsBuilder, GetACLBuilder, GetChildrenBuilder, GetDataBuilder, GetDataWatchBackgroundStatable, Guaranteeable, StatPathable<T>, SyncBuilder, TempGetDataBuilder, TransactionCheckBuilder, TransactionDeleteBuilder, WatchPathable<T>
All Known Implementing Classes:
SyncBuilderImpl

public interface Pathable<T>


Method Summary
 T forPath(String path)
          Commit the currently building operation using the given path
 

Method Detail

forPath

T forPath(String path)
          throws Exception
Commit the currently building operation using the given path

Parameters:
path - the path
Returns:
operation result if any
Throws:
Exception - errors


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