Uses of Interface
org.apache.cassandra.net.AsyncStreamingOutputPlus.Write
-
Packages that use AsyncStreamingOutputPlus.Write Package Description org.apache.cassandra.net org.apache.cassandra.streaming.async Non-blocking streaming with netty -
-
Uses of AsyncStreamingOutputPlus.Write in org.apache.cassandra.net
Methods in org.apache.cassandra.net with parameters of type AsyncStreamingOutputPlus.Write Modifier and Type Method Description int
AsyncStreamingOutputPlus. writeToChannel(AsyncStreamingOutputPlus.Write write, StreamManager.StreamRateLimiter limiter)
Provide a lambda that can request a buffer of suitable size, then fill the buffer and have that buffer written and flushed to the underlying channel, without having to handle buffer allocation, lifetime or cleanup, including in case of exceptions. -
Uses of AsyncStreamingOutputPlus.Write in org.apache.cassandra.streaming.async
Methods in org.apache.cassandra.streaming.async that return AsyncStreamingOutputPlus.Write Modifier and Type Method Description static AsyncStreamingOutputPlus.Write
StreamCompressionSerializer. serialize(net.jpountz.lz4.LZ4Compressor compressor, java.nio.ByteBuffer in, int version)
-