Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
Modifier and Type | Method and Description |
---|---|
static List<ACL> |
PrepRequestProcessor.fixupACL(String path,
List<Id> authInfo,
List<ACL> acls)
This method checks out the acl making sure it isn't null or empty,
it has valid schemes and ids, and expanding any relative ids that
depend on the requestor's authentication information.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.