Uses of Class
org.apache.cassandra.streaming.StreamingChannel.Kind
-
Packages that use StreamingChannel.Kind Package Description org.apache.cassandra.streaming org.apache.cassandra.streaming.async Non-blocking streaming with nettyorg.apache.cassandra.tools -
-
Uses of StreamingChannel.Kind in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming that return StreamingChannel.Kind Modifier and Type Method Description static StreamingChannel.KindStreamingChannel.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreamingChannel.Kind[]StreamingChannel.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.streaming with parameters of type StreamingChannel.Kind 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) -
Uses of StreamingChannel.Kind in org.apache.cassandra.streaming.async
Methods in org.apache.cassandra.streaming.async with parameters of type StreamingChannel.Kind Modifier and Type Method Description static NettyStreamingChannelNettyStreamingConnectionFactory. connect(OutboundConnectionSettings template, int messagingVersion, StreamingChannel.Kind kind)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)Constructors in org.apache.cassandra.streaming.async with parameters of type StreamingChannel.Kind Constructor Description NettyStreamingChannel(int messagingVersion, io.netty.channel.Channel channel, StreamingChannel.Kind kind) -
Uses of StreamingChannel.Kind in org.apache.cassandra.tools
Methods in org.apache.cassandra.tools with parameters of type StreamingChannel.Kind Modifier and Type Method Description NettyStreamingChannelBulkLoadConnectionFactory. create(java.net.InetSocketAddress to, int messagingVersion, StreamingChannel.Kind kind)StreamingChannelBulkLoadConnectionFactory. create(java.net.InetSocketAddress to, java.net.InetSocketAddress preferred, int messagingVersion, StreamingChannel.Kind kind)
-