public class AclEnforcement
extends Object 
This is code intended to enforce ZK ACLs.
- 
Constructor SummaryConstructors 
- 
Method Summary
static void
   static void
 
Verify the ZK ACLs are correct and optionally fix them if needed. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
AclEnforcementpublic AclEnforcement() 
 
- 
Method Details
- 
verifyAclsVerify the ZK ACLs are correct and optionally fix them if needed. 
- Parameters:
- conf- the cluster config.
- fixUp- true if we want to fix the ACLs else false.
- Throws:
- Exception- on any error.
 
-