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 interface
ChunkReader
RandomFileReader component that reads data from a file into a provided buffer and may have requirements over the size and alignment of reads.interface
Rebufferer
Rebufferer for reading data by a RandomAccessReader.interface
RebuffererFactory
Interface 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 class
AbstractReaderFileProxy
class
BufferManagingRebufferer
Buffer manager used for reading from a ChunkReader when cache is not in use.static class
BufferManagingRebufferer.Aligned
static class
BufferManagingRebufferer.Unaligned
class
CompressedChunkReader
static class
CompressedChunkReader.Mmap
static class
CompressedChunkReader.Standard
class
EmptyRebufferer
class
LimitingRebufferer
Rebufferer wrapper that applies rate limiting.class
TailOverridingRebufferer
Special rebufferer that replaces the tail of the file (from the specified cutoff point) with the given buffer.class
WrappingRebufferer
Instantiated once per RandomAccessReader, thread-unsafe.
-