Uses of Interface
org.apache.cassandra.streaming.StreamingChannel.Send
-
Packages that use StreamingChannel.Send Package Description org.apache.cassandra.streaming org.apache.cassandra.streaming.async Non-blocking streaming with netty -
-
Uses of StreamingChannel.Send in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming with parameters of type StreamingChannel.Send Modifier and Type Method Description io.netty.util.concurrent.Future<?>StreamingChannel. send(StreamingChannel.Send send) -
Uses of StreamingChannel.Send in org.apache.cassandra.streaming.async
Methods in org.apache.cassandra.streaming.async with parameters of type StreamingChannel.Send Modifier and Type Method Description Future<?>NettyStreamingChannel. send(StreamingChannel.Send send)
-