Uses of Interface
org.apache.cassandra.utils.concurrent.SharedCloseable
-
Packages that use SharedCloseable Package Description org.apache.cassandra.io.sstable org.apache.cassandra.io.util org.apache.cassandra.utils org.apache.cassandra.utils.concurrent -
-
Uses of SharedCloseable in org.apache.cassandra.io.sstable
Classes in org.apache.cassandra.io.sstable that implement SharedCloseable Modifier and Type Class Description classIndexSummary -
Uses of SharedCloseable in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement SharedCloseable Modifier and Type Class Description classChannelProxyA proxy of a FileChannel that: - implements reference counting - exports only thread safe FileChannel operations - wraps IO exceptions into runtime exceptions Tested by RandomAccessReaderTest.classFileHandleFileHandleprovides access to a file for reading, including the ones written by variousSequentialWriterinstances, and it is typically used bySSTableReader.classMmappedRegionsclassSafeMemory -
Uses of SharedCloseable in org.apache.cassandra.utils
Subinterfaces of SharedCloseable in org.apache.cassandra.utils Modifier and Type Interface Description interfaceIFilterClasses in org.apache.cassandra.utils that implement SharedCloseable Modifier and Type Class Description classAlwaysPresentFilterclassBloomFilter -
Uses of SharedCloseable in org.apache.cassandra.utils.concurrent
Classes in org.apache.cassandra.utils.concurrent that implement SharedCloseable Modifier and Type Class Description classSharedCloseableImplA simple abstract implementation of SharedCloseableclassWrappedSharedCloseableAn implementation of SharedCloseable that wraps a normal AutoCloseable, ensuring its close method is only called when all instances of SharedCloseable have beenMethods in org.apache.cassandra.utils.concurrent that return SharedCloseable Modifier and Type Method Description SharedCloseableSharedCloseable. sharedCopy()Methods in org.apache.cassandra.utils.concurrent with parameters of type SharedCloseable Modifier and Type Method Description voidRef.IdentityCollection. add(SharedCloseable ref)
-