|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathAndBytesable<T>
| Method Summary | |
|---|---|
T |
forPath(String path)
Commit the currently building operation using the given path and the default data for the client (usually a byte[0] unless changed via CuratorFrameworkFactory.Builder#defaultData(byte[])). |
T |
forPath(String path,
byte[] data)
Commit the currently building operation using the given path and data |
| Method Detail |
|---|
T forPath(String path,
byte[] data)
throws Exception
path - the pathdata - the data
Exception - errors
T forPath(String path)
throws Exception
CuratorFrameworkFactory.Builder#defaultData(byte[])).
path - the path
Exception - errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||