Uses of Interface
org.apache.cassandra.streaming.StreamConnectionFactory
-
Packages that use StreamConnectionFactory Package Description org.apache.cassandra.io.sstable org.apache.cassandra.streaming org.apache.cassandra.streaming.async Non-blocking streaming with nettyorg.apache.cassandra.tools -
-
Uses of StreamConnectionFactory in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return StreamConnectionFactory Modifier and Type Method Description StreamConnectionFactory
SSTableLoader.Client. getConnectionFactory()
Provides connection factory. -
Uses of StreamConnectionFactory in org.apache.cassandra.streaming
Classes in org.apache.cassandra.streaming that implement StreamConnectionFactory Modifier and Type Class Description class
DefaultConnectionFactory
Methods in org.apache.cassandra.streaming with parameters of type StreamConnectionFactory Modifier and Type Method Description StreamPlan
StreamPlan. connectionFactory(StreamConnectionFactory factory)
Set custom StreamConnectionFactory to be used for establishing connectionvoid
StreamCoordinator. setConnectionFactory(StreamConnectionFactory factory)
Constructors in org.apache.cassandra.streaming with parameters of type StreamConnectionFactory Constructor Description StreamCoordinator(StreamOperation streamOperation, int connectionsPerHost, StreamConnectionFactory factory, boolean follower, boolean connectSequentially, java.util.UUID pendingRepair, PreviewKind previewKind)
StreamSession(StreamOperation streamOperation, InetAddressAndPort peer, StreamConnectionFactory factory, boolean isFollower, int index, java.util.UUID pendingRepair, PreviewKind previewKind)
Create new streaming session with the peer. -
Uses of StreamConnectionFactory in org.apache.cassandra.streaming.async
Constructors in org.apache.cassandra.streaming.async with parameters of type StreamConnectionFactory Constructor Description NettyStreamingMessageSender(StreamSession session, OutboundConnectionSettings template, StreamConnectionFactory factory, int streamingVersion, boolean isPreview)
-
Uses of StreamConnectionFactory in org.apache.cassandra.tools
Classes in org.apache.cassandra.tools that implement StreamConnectionFactory Modifier and Type Class Description class
BulkLoadConnectionFactory
-