public class ReferenceCountedACLCache
extends java.lang.Object
Constructor and Description |
---|
ReferenceCountedACLCache() |
Modifier and Type | Method and Description |
---|---|
void |
addUsage(java.lang.Long acl) |
java.lang.Long |
convertAcls(java.util.List<ACL> acls)
converts the list of acls to a long.
|
java.util.List<ACL> |
convertLong(java.lang.Long longVal)
converts a long to a list of acls.
|
void |
deserialize(org.apache.jute.InputArchive ia) |
void |
purgeUnused() |
void |
removeUsage(java.lang.Long acl) |
void |
serialize(org.apache.jute.OutputArchive oa) |
int |
size() |
public java.lang.Long convertAcls(java.util.List<ACL> acls)
acls
- public java.util.List<ACL> convertLong(java.lang.Long longVal)
longVal
- public void deserialize(org.apache.jute.InputArchive ia) throws java.io.IOException
java.io.IOException
public void serialize(org.apache.jute.OutputArchive oa) throws java.io.IOException
java.io.IOException
public int size()
public void addUsage(java.lang.Long acl)
public void removeUsage(java.lang.Long acl)
public void purgeUnused()
Copyright © 2019 The Apache Software Foundation