Uses of Class
org.apache.cassandra.io.util.ChannelProxy
-
Packages that use ChannelProxy Package Description org.apache.cassandra.db.streaming File transferorg.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 -
-
Uses of ChannelProxy in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming with parameters of type ChannelProxy Modifier and Type Method 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 -
Uses of ChannelProxy in org.apache.cassandra.hints
Fields in org.apache.cassandra.hints declared as ChannelProxy Modifier and Type Field Description protected ChannelProxy
ChecksummedDataInput. channel
Methods in org.apache.cassandra.hints that return ChannelProxy Modifier and Type Method Description ChannelProxy
ChecksummedDataInput. getChannel()
Constructors in org.apache.cassandra.hints with parameters of type ChannelProxy Constructor Description CompressedChecksummedDataInput(ChannelProxy channel, ICompressor compressor, long filePosition)
EncryptedChecksummedDataInput(ChannelProxy channel, javax.crypto.Cipher cipher, ICompressor compressor, long filePosition)
-
Uses of ChannelProxy in org.apache.cassandra.index.sasi.utils
Constructors in org.apache.cassandra.index.sasi.utils with parameters of type ChannelProxy Constructor Description MappedBuffer(ChannelProxy file)
MappedBuffer(ChannelProxy file, int numPageBits)
-
Uses of ChannelProxy in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return ChannelProxy Modifier and Type Method Description ChannelProxy
SSTableReader. getDataChannel()
ChannelProxy
SSTableReader. getIndexChannel()
-
Uses of ChannelProxy in org.apache.cassandra.io.util
Fields in org.apache.cassandra.io.util declared as ChannelProxy Modifier and Type Field Description protected ChannelProxy
AbstractReaderFileProxy. channel
ChannelProxy
FileHandle. channel
Methods in org.apache.cassandra.io.util that return ChannelProxy Modifier and Type Method 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()
Methods in org.apache.cassandra.io.util with parameters of type ChannelProxy Modifier and Type Method Description static MmappedRegions
MmappedRegions. empty(ChannelProxy channel)
boolean
MmappedRegions. isValid(ChannelProxy channel)
static MmappedRegions
MmappedRegions. map(ChannelProxy channel, long length)
static MmappedRegions
MmappedRegions. map(ChannelProxy channel, CompressionMetadata metadata)
Constructors in org.apache.cassandra.io.util with parameters of type ChannelProxy Constructor 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)
-
Uses of ChannelProxy in org.apache.cassandra.security
Constructors in org.apache.cassandra.security with parameters of type ChannelProxy Constructor Description ChannelProxyReadChannel(ChannelProxy channelProxy, long currentPosition)
-