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 RebuffererFactory
ChunkCache. 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 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.Classes in org.apache.cassandra.io.util that implement RebuffererFactory Modifier and Type Class Description class
CompressedChunkReader
static class
CompressedChunkReader.Mmap
static class
CompressedChunkReader.Standard
Methods in org.apache.cassandra.io.util that return RebuffererFactory Modifier and Type Method Description RebuffererFactory
FileHandle. rebuffererFactory()
-