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 longCassandraStreamWriter. write(ChannelProxy proxy, DataIntegrityMetadata.ChecksumValidator validator, StreamingDataOutputPlus 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 ChannelProxyChecksummedDataInput. channelMethods in org.apache.cassandra.hints that return ChannelProxy Modifier and Type Method Description ChannelProxyChecksummedDataInput. 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 ChannelProxySSTableReader. getDataChannel()ChannelProxySSTableReader. 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 ChannelProxyAbstractReaderFileProxy. channelChannelProxyFileHandle. channelMethods in org.apache.cassandra.io.util that return ChannelProxy Modifier and Type Method Description ChannelProxyAbstractReaderFileProxy. channel()ChannelProxyBufferManagingRebufferer. channel()ChannelProxyLimitingRebufferer. channel()ChannelProxyReaderFileProxy. channel()ChannelProxyRandomAccessReader. getChannel()ChannelProxyChannelProxy. newChannel()sharedCopy()can not be used if thread will be interruped, as the backing channel will be closed.ChannelProxyChannelProxy. sharedCopy()Methods in org.apache.cassandra.io.util with parameters of type ChannelProxy Modifier and Type Method Description static MmappedRegionsMmappedRegions. empty(ChannelProxy channel)booleanMmappedRegions. isValid(ChannelProxy channel)static MmappedRegionsMmappedRegions. map(ChannelProxy channel, long length)static MmappedRegionsMmappedRegions. 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)
-