Uses of Interface
org.apache.cassandra.streaming.StreamingDataOutputPlus.Write
Packages that use StreamingDataOutputPlus.Write
Package
Description
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.WriteModifier and TypeMethodDescriptionintAsyncStreamingOutputPlus.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.WriteModifier and TypeMethodDescriptionintStreamingDataOutputPlus.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.intStreamingDataOutputPlusFixed.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.WriteModifier and TypeMethodDescriptionStreamCompressionSerializer.serialize(net.jpountz.lz4.LZ4Compressor compressor, ByteBuffer in, int version)