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_TYPESMethods in org.apache.cassandra.net that return ConnectionType Modifier and Type Method Description static ConnectionTypeConnectionType. fromId(int id)ConnectionTypeOutboundConnection. type()static ConnectionTypeConnectionType. 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 voidOutboundSink. accept(Message<?> message, InetAddressAndPort to, ConnectionType connectionType)voidOutboundSink.Sink. accept(Message<?> message, InetAddressAndPort to, ConnectionType connectionType)voidOutboundConnections. enqueue(Message msg, ConnectionType type)Select the appropriate connection for the provided message and use it to send the message.static PingRequestPingRequest. get(ConnectionType type)voidMessagingService. send(Message message, InetAddressAndPort to, ConnectionType specifyConnection)voidMessagingService. sendWithCallback(Message message, InetAddressAndPort to, RequestCallback cb, ConnectionType specifyConnection)
-