Uses of Interface
org.apache.cassandra.streaming.StreamingDataOutputPlus.Write
-
Packages that use StreamingDataOutputPlus.Write Package Description org.apache.cassandra.net org.apache.cassandra.streaming org.apache.cassandra.streaming.async Non-blocking streaming with netty -
-
Uses of StreamingDataOutputPlus.Write in org.apache.cassandra.net
Methods in org.apache.cassandra.net with parameters of type StreamingDataOutputPlus.Write Modifier and Type Method Description int
AsyncStreamingOutputPlus. writeToChannel(StreamingDataOutputPlus.Write write, StreamingDataOutputPlus.RateLimiter 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 StreamingDataOutputPlus.Write in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming with parameters of type StreamingDataOutputPlus.Write Modifier and Type Method Description int
StreamingDataOutputPlus. writeToChannel(StreamingDataOutputPlus.Write write, StreamingDataOutputPlus.RateLimiter 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.int
StreamingDataOutputPlusFixed. writeToChannel(StreamingDataOutputPlus.Write write, StreamingDataOutputPlus.RateLimiter limiter)
-
Uses of StreamingDataOutputPlus.Write in org.apache.cassandra.streaming.async
Methods in org.apache.cassandra.streaming.async that return StreamingDataOutputPlus.Write Modifier and Type Method Description static StreamingDataOutputPlus.Write
StreamCompressionSerializer. serialize(net.jpountz.lz4.LZ4Compressor compressor, java.nio.ByteBuffer in, int version)
-