Uses of Interface
org.apache.cassandra.streaming.StreamingChannel
-
Packages that use StreamingChannel Package Description org.apache.cassandra.streaming org.apache.cassandra.streaming.async Non-blocking streaming with nettyorg.apache.cassandra.streaming.messages org.apache.cassandra.tools -
-
Uses of StreamingChannel in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming that return StreamingChannel Modifier and Type Method Description StreamingChannelStreamingChannel.Factory. create(java.net.InetSocketAddress to, int messagingVersion, StreamingChannel.Kind kind)default StreamingChannelStreamingChannel.Factory. create(java.net.InetSocketAddress to, java.net.InetSocketAddress preferred, int messagingVersion, StreamingChannel.Kind kind)Methods in org.apache.cassandra.streaming with parameters of type StreamingChannel Modifier and Type Method Description booleanStreamSession. attachInbound(StreamingChannel channel)Attach a channel to this session upon receiving the first inbound message.booleanStreamSession. attachOutbound(StreamingChannel channel)Attach a channel to this session upon sending the first outbound message.static StreamResultFutureStreamResultFuture. createFollower(int sessionIndex, TimeUUID planId, StreamOperation streamOperation, InetAddressAndPort from, StreamingChannel channel, int messagingVersion, TimeUUID pendingRepair, PreviewKind previewKind)static java.lang.StringStreamSession. createLogTag(StreamSession session, StreamingChannel channel)StreamSessionStreamCoordinator. getOrCreateInboundSession(InetAddressAndPort from, StreamingChannel channel, int messagingVersion, int id)Constructors in org.apache.cassandra.streaming with parameters of type StreamingChannel Constructor Description StreamDeserializingTask(StreamSession session, StreamingChannel channel, int messagingVersion)StreamSession(StreamOperation streamOperation, InetAddressAndPort peer, StreamingChannel.Factory factory, StreamingChannel controlChannel, int messagingVersion, boolean isFollower, int index, TimeUUID pendingRepair, PreviewKind previewKind)Create new streaming session with the peer. -
Uses of StreamingChannel in org.apache.cassandra.streaming.async
Classes in org.apache.cassandra.streaming.async that implement StreamingChannel Modifier and Type Class Description classNettyStreamingChannelMethods in org.apache.cassandra.streaming.async that return StreamingChannel Modifier and Type Method Description StreamingChannelNettyStreamingConnectionFactory. create(java.net.InetSocketAddress to, int messagingVersion, StreamingChannel.Kind kind)StreamingChannelNettyStreamingConnectionFactory. create(java.net.InetSocketAddress to, java.net.InetSocketAddress preferred, int messagingVersion, StreamingChannel.Kind kind)Methods in org.apache.cassandra.streaming.async with parameters of type StreamingChannel Modifier and Type Method Description io.netty.util.concurrent.Future<?>StreamingMultiplexedChannel. sendMessage(StreamingChannel channel, StreamMessage message)Constructors in org.apache.cassandra.streaming.async with parameters of type StreamingChannel Constructor Description StreamingMultiplexedChannel(StreamSession session, StreamingChannel.Factory factory, InetAddressAndPort to, StreamingChannel controlChannel, int messagingVersion) -
Uses of StreamingChannel in org.apache.cassandra.streaming.messages
Methods in org.apache.cassandra.streaming.messages with parameters of type StreamingChannel Modifier and Type Method Description StreamSessionIncomingStreamMessage. getOrCreateAndAttachInboundSession(StreamingChannel channel, int messagingVersion)StreamSessionStreamInitMessage. getOrCreateAndAttachInboundSession(StreamingChannel channel, int messagingVersion)StreamSessionStreamMessage. getOrCreateAndAttachInboundSession(StreamingChannel channel, int messagingVersion)Get or create aStreamSessionbased on this stream message data: not all stream messages support this, so the default implementation just throws an exception. -
Uses of StreamingChannel in org.apache.cassandra.tools
Methods in org.apache.cassandra.tools that return StreamingChannel Modifier and Type Method Description StreamingChannelBulkLoadConnectionFactory. create(java.net.InetSocketAddress to, java.net.InetSocketAddress preferred, int messagingVersion, StreamingChannel.Kind kind)
-