Uses of Interface
org.apache.cassandra.io.util.ReaderFileProxy
Packages that use ReaderFileProxy
-
Uses of ReaderFileProxy in org.apache.cassandra.io.util
Subinterfaces of ReaderFileProxy in org.apache.cassandra.io.utilModifier and TypeInterfaceDescriptioninterfaceRandomFileReader component that reads data from a file into a provided buffer and may have requirements over the size and alignment of reads.interfaceRebufferer for reading data by a RandomAccessReader.interfaceInterface for the classes that can be used to instantiate rebufferers over a given file.Classes in org.apache.cassandra.io.util that implement ReaderFileProxyModifier and TypeClassDescriptionclassclassBuffer manager used for reading from a ChunkReader when cache is not in use.static classstatic classclassstatic classstatic classclassclassRebufferer wrapper that applies rate limiting.classSpecial rebufferer that replaces the tail of the file (from the specified cutoff point) with the given buffer.classInstantiated once per RandomAccessReader, thread-unsafe.