Uses of Enum Class
org.apache.cassandra.streaming.StreamingChannel.Kind
Packages that use StreamingChannel.Kind
Package
Description
Non-blocking streaming with netty
-
Uses of StreamingChannel.Kind in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming that return StreamingChannel.KindModifier and TypeMethodDescriptionstatic StreamingChannel.KindReturns the enum constant of this class with the specified name.static StreamingChannel.Kind[]StreamingChannel.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.streaming with parameters of type StreamingChannel.KindModifier and TypeMethodDescriptionStreamingChannel.Factory.create(InetSocketAddress to, int messagingVersion, StreamingChannel.Kind kind) default StreamingChannelStreamingChannel.Factory.create(InetSocketAddress to, 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.KindModifier and TypeMethodDescriptionstatic NettyStreamingChannelNettyStreamingConnectionFactory.connect(OutboundConnectionSettings template, int messagingVersion, StreamingChannel.Kind kind) NettyStreamingConnectionFactory.create(InetSocketAddress to, int messagingVersion, StreamingChannel.Kind kind) NettyStreamingConnectionFactory.create(InetSocketAddress to, InetSocketAddress preferred, int messagingVersion, StreamingChannel.Kind kind) Constructors in org.apache.cassandra.streaming.async with parameters of type StreamingChannel.KindModifierConstructorDescriptionNettyStreamingChannel(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.KindModifier and TypeMethodDescriptionBulkLoadConnectionFactory.create(InetSocketAddress to, int messagingVersion, StreamingChannel.Kind kind) BulkLoadConnectionFactory.create(InetSocketAddress to, InetSocketAddress preferred, int messagingVersion, StreamingChannel.Kind kind)