Uses of Class
org.apache.zookeeper.CreateOptions
Packages that use CreateOptions
-
Uses of CreateOptions in org.apache.zookeeper
Methods in org.apache.zookeeper that return CreateOptionsMethods in org.apache.zookeeper with parameters of type CreateOptionsModifier and TypeMethodDescriptionstatic Op
Op.create
(String path, byte[] data, CreateOptions options) Constructs a create operation which usesZooDefs.OpCode.create2
if no one is inferred from create mode.