Class Ref.IdentityCollection
- java.lang.Object
-
- org.apache.cassandra.utils.concurrent.Ref.IdentityCollection
-
-
Constructor Summary
Constructors Constructor Description IdentityCollection(java.util.Set<RefCounted.Tidy> candidates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Memory memory)
void
add(Ref<?> ref)
void
add(SelfRefCounted<?> ref)
void
add(SharedCloseable ref)
void
add(SharedCloseableImpl ref)
-
-
-
Constructor Detail
-
IdentityCollection
public IdentityCollection(java.util.Set<RefCounted.Tidy> candidates)
-
-
Method Detail
-
add
public void add(Ref<?> ref)
-
add
public void add(SelfRefCounted<?> ref)
-
add
public void add(SharedCloseable ref)
-
add
public void add(SharedCloseableImpl ref)
-
add
public void add(Memory memory)
-
-