|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Op | |
|---|---|
| org.apache.zookeeper | |
| Uses of Op in org.apache.zookeeper |
|---|
| Subclasses of Op in org.apache.zookeeper | |
|---|---|
static class |
Op.Check
|
static class |
Op.Create
|
static class |
Op.Delete
|
static class |
Op.SetData
|
| Methods in org.apache.zookeeper that return Op | |
|---|---|
static Op |
Op.check(String path,
int version)
Constructs an version check operation. |
static Op |
Op.create(String path,
byte[] data,
List<ACL> acl,
CreateMode createMode)
Constructs a create operation. |
static Op |
Op.create(String path,
byte[] data,
List<ACL> acl,
int flags)
Constructs a create operation. |
static Op |
Op.delete(String path,
int version)
Constructs a delete operation. |
static Op |
Op.setData(String path,
byte[] data,
int version)
Constructs an update operation. |
| Methods in org.apache.zookeeper that return types with arguments of type Op | |
|---|---|
Iterator<Op> |
MultiTransactionRecord.iterator()
|
| Methods in org.apache.zookeeper with parameters of type Op | |
|---|---|
void |
MultiTransactionRecord.add(Op op)
|
| Method parameters in org.apache.zookeeper with type arguments of type Op | |
|---|---|
List<OpResult> |
ZooKeeper.multi(Iterable<Op> ops)
Executes multiple ZooKeeper operations or none of them. |
| Constructor parameters in org.apache.zookeeper with type arguments of type Op | |
|---|---|
MultiTransactionRecord(Iterable<Op> ops)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||