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.Framing
OutboundConnectionSettings. framing
Methods in org.apache.cassandra.net that return OutboundConnectionSettings.Framing Modifier and Type Method Description static OutboundConnectionSettings.Framing
OutboundConnectionSettings.Framing. forId(int id)
OutboundConnectionSettings.Framing
OutboundConnectionSettings. framing(ConnectionCategory category)
static OutboundConnectionSettings.Framing
OutboundConnectionSettings.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 OutboundConnectionSettings
OutboundConnectionSettings. withFraming(OutboundConnectionSettings.Framing framing)
-