Uses of Enum Class
org.apache.cassandra.net.ConnectionType
Packages that use ConnectionType
-
Uses of ConnectionType in org.apache.cassandra.net
Fields in org.apache.cassandra.net with type parameters of type ConnectionTypeModifier and TypeFieldDescriptionstatic final List<ConnectionType>ConnectionType.MESSAGING_TYPESMethods in org.apache.cassandra.net that return ConnectionTypeModifier and TypeMethodDescriptionstatic ConnectionTypeConnectionType.fromId(int id) OutboundConnection.type()static ConnectionTypeReturns the enum constant of this class with the specified name.static ConnectionType[]ConnectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.net with parameters of type ConnectionTypeModifier and TypeMethodDescriptionvoidOutboundSink.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) <REQ,RSP> void MessageDelivery.sendWithCallback(Message<REQ> message, InetAddressAndPort to, RequestCallback<RSP> cb, ConnectionType specifyConnection) voidMessagingService.sendWithCallback(Message message, InetAddressAndPort to, RequestCallback cb, ConnectionType specifyConnection)