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 |
FileHandle.channel |
Modifier and Type | Method and Description |
---|---|
ChannelProxy |
AbstractReaderFileProxy.channel() |
ChannelProxy |
BufferManagingRebufferer.channel() |
ChannelProxy |
LimitingRebufferer.channel() |
ChannelProxy |
ReaderFileProxy.channel() |
ChannelProxy |
RandomAccessReader.getChannel() |
ChannelProxy |
ChannelProxy.sharedCopy() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
AbstractReaderFileProxy(ChannelProxy channel,
long fileLength) |
Builder(ChannelProxy channel) |
ChannelProxy(ChannelProxy copy) |
CompressedChunkReader(ChannelProxy channel,
CompressionMetadata metadata) |
Mmap(ChannelProxy channel,
CompressionMetadata metadata,
MmappedRegions regions) |
Standard(ChannelProxy channel,
CompressionMetadata metadata) |
Constructor and Description |
---|
ChannelProxyReadChannel(ChannelProxy channelProxy,
long currentPosition) |
Copyright © 2018 The Apache Software Foundation