Package | Description |
---|---|
org.apache.cassandra.cache | |
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
static RebuffererFactory |
ChunkCache.maybeWrap(ChunkReader file) |
RebuffererFactory |
ChunkCache.wrap(ChunkReader file) |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
static class |
CompressedSegmentedFile.CompressedChunkReader |
Modifier and Type | Method and Description |
---|---|
RebuffererFactory |
RandomAccessReader.Builder.chunkReader() |
RebuffererFactory |
SegmentedFile.rebuffererFactory() |
Modifier and Type | Method and Description |
---|---|
protected static Rebufferer |
RandomAccessReader.instantiateRebufferer(RebuffererFactory fileRebufferer,
com.google.common.util.concurrent.RateLimiter limiter) |
Constructor and Description |
---|
CompressedSegmentedFile(ChannelProxy channel,
CompressionMetadata metadata,
MmappedRegions regions,
RebuffererFactory rebufferer) |
MmappedSegmentedFile(ChannelProxy channel,
RebuffererFactory rebufferer,
long length) |
SegmentedFile(SegmentedFile.Cleanup cleanup,
ChannelProxy channel,
RebuffererFactory rebufferer,
long onDiskLength) |
Copyright © 2017 The Apache Software Foundation