Uses of Interface
org.apache.cassandra.utils.concurrent.RefCounted.Tidy
-
Packages that use RefCounted.Tidy Package Description org.apache.cassandra.io.sstable.format org.apache.cassandra.io.util org.apache.cassandra.utils.concurrent -
-
Uses of RefCounted.Tidy in org.apache.cassandra.io.sstable.format
Classes in org.apache.cassandra.io.sstable.format that implement RefCounted.Tidy Modifier and Type Class Description protected static class
SSTableReader.InstanceTidier
One instance per SSTableReader we create. -
Uses of RefCounted.Tidy in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement RefCounted.Tidy Modifier and Type Class Description static class
MmappedRegions.Tidier
-
Uses of RefCounted.Tidy in org.apache.cassandra.utils.concurrent
Constructors in org.apache.cassandra.utils.concurrent with parameters of type RefCounted.Tidy Constructor Description DirectBufferRef(T referent, RefCounted.Tidy tidy)
Ref(T referent, RefCounted.Tidy tidy)
SharedCloseableImpl(RefCounted.Tidy tidy)
Constructor parameters in org.apache.cassandra.utils.concurrent with type arguments of type RefCounted.Tidy Constructor Description IdentityCollection(java.util.Set<RefCounted.Tidy> candidates)
-