Uses of Class
org.apache.cassandra.net.ConnectionType
-
Packages that use ConnectionType Package Description org.apache.cassandra.net -
-
Uses of ConnectionType in org.apache.cassandra.net
Fields in org.apache.cassandra.net with type parameters of type ConnectionType Modifier and Type Field Description static java.util.List<ConnectionType>
ConnectionType. MESSAGING_TYPES
Methods in org.apache.cassandra.net that return ConnectionType Modifier and Type Method Description static ConnectionType
ConnectionType. fromId(int id)
ConnectionType
OutboundConnection. type()
static ConnectionType
ConnectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConnectionType[]
ConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.net with parameters of type ConnectionType Modifier and Type Method Description void
OutboundSink. accept(Message<?> message, InetAddressAndPort to, ConnectionType connectionType)
void
OutboundSink.Sink. accept(Message<?> message, InetAddressAndPort to, ConnectionType connectionType)
void
OutboundConnections. enqueue(Message msg, ConnectionType type)
Select the appropriate connection for the provided message and use it to send the message.static PingRequest
PingRequest. get(ConnectionType type)
void
MessagingService. send(Message message, InetAddressAndPort to, ConnectionType specifyConnection)
void
MessagingService. sendWithCallback(Message message, InetAddressAndPort to, RequestCallback cb, ConnectionType specifyConnection)
-