ACLBackgroundPathAndBytesable<T>, ACLCreateModeBackgroundPathAndBytesable<T>, ACLCreateModePathAndBytesable<T>, ACLCreateModeStatBackgroundPathAndBytesable<T>, ACLPathAndBytesable<T>, BackgroundPathAndBytesable<T>, CreateBackgroundModeACLable, CreateBackgroundModeStatACLable, CreateBuilder, CreateBuilder2, CreateBuilderMain, CreateProtectACLCreateModePathAndBytesable<T>, ErrorListenerPathAndBytesable<T>, ProtectACLCreateModePathAndBytesable<T>, ProtectACLCreateModeStatPathAndBytesable<T>, SetDataBackgroundVersionable, SetDataBuilder, TransactionCreateBuilder<T>, TransactionCreateBuilder2<T>, TransactionSetDataBuilder<T>, VersionPathAndBytesable<T>CreateBuilderImpl, SetDataBuilderImplpublic interface PathAndBytesable<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
forPath(java.lang.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(java.lang.String path,
byte[] data) |
Commit the currently building operation using the given path and data
|
T forPath(java.lang.String path, byte[] data) throws java.lang.Exception
path - the pathdata - the datajava.lang.Exception - errorsT forPath(java.lang.String path) throws java.lang.Exception
CuratorFrameworkFactory.Builder.defaultData(byte[])).path - the pathjava.lang.Exception - errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.