Uses of Enum Class
org.apache.cassandra.net.ConnectionCategory
Packages that use ConnectionCategory
-
Uses of ConnectionCategory in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return ConnectionCategoryModifier and TypeMethodDescriptionConnectionType.category()static ConnectionCategoryReturns the enum constant of this class with the specified name.static ConnectionCategory[]ConnectionCategory.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 ConnectionCategoryModifier and TypeMethodDescriptionorg.apache.cassandra.net.AcceptVersionsOutboundConnectionSettings.acceptVersions(ConnectionCategory category) OutboundConnectionSettings.framing(ConnectionCategory category) intOutboundConnectionSettings.tcpUserTimeoutInMS(ConnectionCategory category) OutboundConnectionSettings.withDefaults(ConnectionCategory category)