Package | Description |
---|---|
org.apache.cassandra.io.util |
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.
|
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.
|
Modifier and Type | Class and 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 |
LimitingRebufferer
Rebufferer wrapper that applies rate limiting.
|
Copyright © 2009- The Apache Software Foundation