Uses of Class
org.apache.cassandra.net.ConnectionCategory
-
Packages that use ConnectionCategory Package Description org.apache.cassandra.net -
-
Uses of ConnectionCategory in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return ConnectionCategory Modifier and Type Method Description ConnectionCategory
ConnectionType. category()
static ConnectionCategory
ConnectionCategory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConnectionCategory[]
ConnectionCategory. 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 ConnectionCategory Modifier and Type Method Description org.apache.cassandra.net.AcceptVersions
OutboundConnectionSettings. acceptVersions(ConnectionCategory category)
OutboundConnectionSettings.Framing
OutboundConnectionSettings. framing(ConnectionCategory category)
int
OutboundConnectionSettings. tcpUserTimeoutInMS(ConnectionCategory category)
OutboundConnectionSettings
OutboundConnectionSettings. withDefaults(ConnectionCategory category)
-