Uses of Interface
org.apache.cassandra.io.util.RebuffererFactory
-
Packages that use RebuffererFactory Package Description org.apache.cassandra.cache org.apache.cassandra.io.util -
-
Uses of RebuffererFactory in org.apache.cassandra.cache
Methods in org.apache.cassandra.cache that return RebuffererFactory Modifier and Type Method Description static RebuffererFactoryChunkCache. maybeWrap(ChunkReader file) -
Uses of RebuffererFactory in org.apache.cassandra.io.util
Subinterfaces of RebuffererFactory 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.Classes in org.apache.cassandra.io.util that implement RebuffererFactory Modifier and Type Class Description classCompressedChunkReaderstatic classCompressedChunkReader.Mmapstatic classCompressedChunkReader.StandardMethods in org.apache.cassandra.io.util that return RebuffererFactory Modifier and Type Method Description RebuffererFactoryFileHandle. rebuffererFactory()
-