Uses of Class
org.apache.cassandra.net.OutboundConnectionSettings.Framing
-
Packages that use OutboundConnectionSettings.Framing Package Description org.apache.cassandra.net -
-
Uses of OutboundConnectionSettings.Framing in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as OutboundConnectionSettings.Framing Modifier and Type Field Description OutboundConnectionSettings.FramingOutboundConnectionSettings. framingMethods in org.apache.cassandra.net that return OutboundConnectionSettings.Framing Modifier and Type Method Description static OutboundConnectionSettings.FramingOutboundConnectionSettings.Framing. forId(int id)OutboundConnectionSettings.FramingOutboundConnectionSettings. framing(ConnectionCategory category)static OutboundConnectionSettings.FramingOutboundConnectionSettings.Framing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OutboundConnectionSettings.Framing[]OutboundConnectionSettings.Framing. 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 OutboundConnectionSettings.Framing Modifier and Type Method Description OutboundConnectionSettingsOutboundConnectionSettings. withFraming(OutboundConnectionSettings.Framing framing)
-