Package org.apache.hadoop.hdfs.util
Interface ReferenceCountMap.ReferenceCounter
- All Known Implementing Classes:
AclFeature
- Enclosing class:
- ReferenceCountMap<E extends ReferenceCountMap.ReferenceCounter>
public static interface ReferenceCountMap.ReferenceCounter
Interface for the reference count holder
-
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Method Details
-
getRefCount
int getRefCount() -
incrementAndGetRefCount
int incrementAndGetRefCount() -
decrementAndGetRefCount
int decrementAndGetRefCount()
-