Uses of Enum Class
org.apache.cassandra.net.OutboundConnectionSettings.Framing
Packages that use OutboundConnectionSettings.Framing
-
Uses of OutboundConnectionSettings.Framing in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as OutboundConnectionSettings.FramingMethods in org.apache.cassandra.net that return OutboundConnectionSettings.FramingModifier and TypeMethodDescriptionOutboundConnectionSettings.Framing.forId(int id) OutboundConnectionSettings.framing(ConnectionCategory category) Returns the enum constant of this class with the specified name.static OutboundConnectionSettings.Framing[]OutboundConnectionSettings.Framing.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 OutboundConnectionSettings.FramingModifier and TypeMethodDescriptionOutboundConnectionSettings.withFraming(OutboundConnectionSettings.Framing framing)