Package | Description |
---|---|
org.apache.zookeeper.proto | |
org.apache.zookeeper.txn |
Modifier and Type | Method and Description |
---|---|
List<ACL> |
SetACLRequest.getAcl() |
List<ACL> |
CreateTTLRequest.getAcl() |
List<ACL> |
CreateRequest.getAcl() |
List<ACL> |
GetACLResponse.getAcl() |
Modifier and Type | Method and Description |
---|---|
void |
SetACLRequest.setAcl(List<ACL> m_) |
void |
CreateTTLRequest.setAcl(List<ACL> m_) |
void |
CreateRequest.setAcl(List<ACL> m_) |
void |
GetACLResponse.setAcl(List<ACL> m_) |
Constructor and Description |
---|
CreateRequest(String path,
byte[] data,
List<ACL> acl,
int flags) |
CreateTTLRequest(String path,
byte[] data,
List<ACL> acl,
int flags,
long ttl) |
GetACLResponse(List<ACL> acl,
Stat stat) |
SetACLRequest(String path,
List<ACL> acl,
int version) |
Modifier and Type | Method and Description |
---|---|
List<ACL> |
CreateTTLTxn.getAcl() |
List<ACL> |
CreateTxnV0.getAcl() |
List<ACL> |
CreateTxn.getAcl() |
List<ACL> |
CreateContainerTxn.getAcl() |
List<ACL> |
SetACLTxn.getAcl() |
Modifier and Type | Method and Description |
---|---|
void |
CreateTTLTxn.setAcl(List<ACL> m_) |
void |
CreateTxnV0.setAcl(List<ACL> m_) |
void |
CreateTxn.setAcl(List<ACL> m_) |
void |
CreateContainerTxn.setAcl(List<ACL> m_) |
void |
SetACLTxn.setAcl(List<ACL> m_) |
Constructor and Description |
---|
CreateContainerTxn(String path,
byte[] data,
List<ACL> acl,
int parentCVersion) |
CreateTTLTxn(String path,
byte[] data,
List<ACL> acl,
int parentCVersion,
long ttl) |
CreateTxn(String path,
byte[] data,
List<ACL> acl,
boolean ephemeral,
int parentCVersion) |
CreateTxnV0(String path,
byte[] data,
List<ACL> acl,
boolean ephemeral) |
SetACLTxn(String path,
List<ACL> acl,
int version) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.