INode.Feature, ReferenceCountMap.ReferenceCounter@Private public class AclFeature extends java.lang.Object implements INode.Feature, ReferenceCountMap.ReferenceCounter
| Modifier and Type | Field | Description |
|---|---|---|
static org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableList<org.apache.hadoop.fs.permission.AclEntry> |
EMPTY_ENTRY_LIST |
| Constructor | Description |
|---|---|
AclFeature(int[] entries) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
decrementAndGetRefCount() |
|
boolean |
equals(java.lang.Object o) |
|
int |
getRefCount() |
|
int |
hashCode() |
|
int |
incrementAndGetRefCount() |
|
java.lang.String |
toString() |
public static final org.apache.hadoop.thirdparty.com.google.common.collect.ImmutableList<org.apache.hadoop.fs.permission.AclEntry> EMPTY_ENTRY_LIST
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int getRefCount()
getRefCount in interface ReferenceCountMap.ReferenceCounterpublic int incrementAndGetRefCount()
incrementAndGetRefCount in interface ReferenceCountMap.ReferenceCounterpublic int decrementAndGetRefCount()
decrementAndGetRefCount in interface ReferenceCountMap.ReferenceCounterCopyright © 2008–2025 Apache Software Foundation. All rights reserved.