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 ConnectionCategoryConnectionType. category()static ConnectionCategoryConnectionCategory. 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.AcceptVersionsOutboundConnectionSettings. acceptVersions(ConnectionCategory category)OutboundConnectionSettings.FramingOutboundConnectionSettings. framing(ConnectionCategory category)intOutboundConnectionSettings. tcpUserTimeoutInMS(ConnectionCategory category)OutboundConnectionSettingsOutboundConnectionSettings. withDefaults(ConnectionCategory category)
-