Package | Description |
---|---|
org.apache.cassandra.hints |
Hints subsystem consists of several components.
|
org.apache.cassandra.index.sasi.utils | |
org.apache.cassandra.io.sstable.format | |
org.apache.cassandra.io.util | |
org.apache.cassandra.security |
Modifier and Type | Field and Description |
---|---|
protected ChannelProxy |
ChecksummedDataInput.channel |
Modifier and Type | Method and Description |
---|---|
ChannelProxy |
ChecksummedDataInput.getChannel() |
Constructor and Description |
---|
CompressedChecksummedDataInput(ChannelProxy channel,
ICompressor compressor,
long filePosition) |
EncryptedChecksummedDataInput(ChannelProxy channel,
javax.crypto.Cipher cipher,
ICompressor compressor,
long filePosition) |
Constructor and Description |
---|
MappedBuffer(ChannelProxy file) |
MappedBuffer(ChannelProxy file,
int numPageBits) |
Modifier and Type | Method and Description |
---|---|
ChannelProxy |
SSTableReader.getDataChannel() |
ChannelProxy |
SSTableReader.getIndexChannel() |
Modifier and Type | Field and Description |
---|---|
protected ChannelProxy |
AbstractReaderFileProxy.channel |
ChannelProxy |
RandomAccessReader.Builder.channel |
ChannelProxy |
SegmentedFile.channel |
Modifier and Type | Method and Description |
---|---|
ChannelProxy |
AbstractReaderFileProxy.channel() |
ChannelProxy |
BufferManagingRebufferer.channel() |
ChannelProxy |
CompressedSegmentedFile.channel() |
ChannelProxy |
ICompressedFile.channel() |
ChannelProxy |
LimitingRebufferer.channel() |
ChannelProxy |
ReaderFileProxy.channel() |
ChannelProxy |
RandomAccessReader.getChannel() |
ChannelProxy |
ChannelProxy.sharedCopy() |
Modifier and Type | Method and Description |
---|---|
static RandomAccessReader.Builder |
RandomAccessReader.builder(ChannelProxy channel) |
static ChunkReader |
CompressedSegmentedFile.chunkReader(ChannelProxy channel,
CompressionMetadata metadata,
MmappedRegions regions) |
SegmentedFile |
BufferedSegmentedFile.Builder.complete(ChannelProxy channel,
int bufferSize,
long overrideLength) |
SegmentedFile |
CompressedSegmentedFile.Builder.complete(ChannelProxy channel,
int bufferSize,
long overrideLength) |
protected abstract SegmentedFile |
SegmentedFile.Builder.complete(ChannelProxy channel,
int bufferSize,
long overrideLength)
Called after all potential boundaries have been added to apply this Builder to a concrete file on disk.
|
static MmappedRegions |
MmappedRegions.empty(ChannelProxy channel) |
boolean |
MmappedRegions.isValid(ChannelProxy channel) |
static MmappedRegions |
MmappedRegions.map(ChannelProxy channel,
CompressionMetadata metadata) |
static MmappedRegions |
MmappedRegions.map(ChannelProxy channel,
long length) |
static RandomAccessReader |
RandomAccessReader.open(ChannelProxy channel) |
Constructor and Description |
---|
ChannelProxyReadChannel(ChannelProxy channelProxy,
long currentPosition) |
Copyright © 2017 The Apache Software Foundation