Uses of Class
org.apache.cassandra.utils.concurrent.SharedCloseableImpl
Packages that use SharedCloseableImpl
Package
Description
-
Uses of SharedCloseableImpl in org.apache.cassandra.index.sai
Subclasses of SharedCloseableImpl in org.apache.cassandra.index.saiModifier and TypeClassDescriptionclassAnSSTableContextis created for an individual sstable and is shared across column indexes to track per-sstable index files. -
Uses of SharedCloseableImpl in org.apache.cassandra.io.compress
Subclasses of SharedCloseableImpl in org.apache.cassandra.io.compressModifier and TypeClassDescriptionclassHolds metadata about compressed file TODO extract interface ICompressionMetadata which will just provide non-resource properties -
Uses of SharedCloseableImpl in org.apache.cassandra.io.sstable.indexsummary
Subclasses of SharedCloseableImpl in org.apache.cassandra.io.sstable.indexsummary -
Uses of SharedCloseableImpl in org.apache.cassandra.io.util
Subclasses of SharedCloseableImpl in org.apache.cassandra.io.utilModifier and TypeClassDescriptionfinal classA proxy of a FileChannel that: - implements reference counting - exports only thread safe FileChannel operations - wraps IO exceptions into runtime exceptions Tested by RandomAccessReaderTest.classFileHandleprovides access to a file for reading, including the ones written by variousSequentialWriterinstances, and it is typically used bySSTableReader.class -
Uses of SharedCloseableImpl in org.apache.cassandra.utils
Subclasses of SharedCloseableImpl in org.apache.cassandra.utils -
Uses of SharedCloseableImpl in org.apache.cassandra.utils.concurrent
Subclasses of SharedCloseableImpl in org.apache.cassandra.utils.concurrentModifier and TypeClassDescriptionclassAn 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 with parameters of type SharedCloseableImplConstructors in org.apache.cassandra.utils.concurrent with parameters of type SharedCloseableImpl