Java org.apache.zookeeper Op fields, constructors, methods, implement or subclass

Example usage for Java org.apache.zookeeper Op fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.zookeeper Op.

The text is from its open source code.

Method

Opcheck(String path, int version)
Constructs an version check operation.
Opcreate(String path, byte[] data, List acl, int flags)
Constructs a create operation.
Opcreate(String path, byte[] data, List acl, CreateMode createMode)
Constructs a create operation.
Opdelete(String path, int version)
Constructs a delete operation.
StringgetPath()
Gets the path for an Op.
intgetType()
Gets the integer type code for an Op.
OpsetData(String path, byte[] data, int version)
Constructs an update operation.
RecordtoRequestRecord()
Encodes an op for wire transmission.
voidvalidate()
Performs client path validations.
OpwithChroot(String addRootPrefix)
Reconstructs the transaction with the chroot prefix.