Class ReferenceCountedACLCache
java.lang.Object
org.apache.zookeeper.server.ReferenceCountedACLCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertAcls(List<ACL> acls) converts the list of acls to a long.convertLong(Long longVal) converts a long to a list of acls.voidvoidvoidremoveUsage(Long acl) voidintsize()
-
Constructor Details
-
ReferenceCountedACLCache
public ReferenceCountedACLCache()
-
-
Method Details
-
convertAcls
-
convertLong
-
deserialize
- Throws:
IOException
-
serialize
- Throws:
IOException
-
size
public int size() -
addUsage
-
removeUsage
-
purgeUnused
public void purgeUnused()
-