| Package | Description |
|---|---|
| org.apache.cassandra.db.streaming |
File transfer
|
| 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 | Method and Description |
|---|---|
protected long |
CassandraStreamWriter.write(ChannelProxy proxy,
DataIntegrityMetadata.ChecksumValidator validator,
AsyncStreamingOutputPlus output,
long start,
int transferOffset,
int toTransfer,
int bufferSize)
Sequentially read bytes from the file and write them to the output stream
|
| 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.newChannel()
sharedCopy() can not be used if thread will be interruped, as the backing channel will be closed. |
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 © 2009-2020 The Apache Software Foundation