Uses of Interface
org.apache.cassandra.io.util.ReaderFileProxy
-
Packages that use ReaderFileProxy Package Description org.apache.cassandra.io.util -
-
Uses of ReaderFileProxy in org.apache.cassandra.io.util
Subinterfaces of ReaderFileProxy in org.apache.cassandra.io.util Modifier and Type Interface Description interfaceChunkReaderRandomFileReader component that reads data from a file into a provided buffer and may have requirements over the size and alignment of reads.interfaceRebuffererRebufferer for reading data by a RandomAccessReader.interfaceRebuffererFactoryInterface for the classes that can be used to instantiate rebufferers over a given file.Classes in org.apache.cassandra.io.util that implement ReaderFileProxy Modifier and Type Class Description classAbstractReaderFileProxyclassBufferManagingRebuffererBuffer manager used for reading from a ChunkReader when cache is not in use.static classBufferManagingRebufferer.Alignedstatic classBufferManagingRebufferer.UnalignedclassCompressedChunkReaderstatic classCompressedChunkReader.Mmapstatic classCompressedChunkReader.StandardclassLimitingRebuffererRebufferer wrapper that applies rate limiting.
-