Uses of Class
org.apache.cassandra.net.MessagingService.Version
-
Packages that use MessagingService.Version Package Description org.apache.cassandra.net -
-
Uses of MessagingService.Version in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return MessagingService.Version Modifier and Type Method Description static MessagingService.Version
MessagingService.Version. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessagingService.Version[]
MessagingService.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.net that return types with arguments of type MessagingService.Version Modifier and Type Method Description static java.util.List<MessagingService.Version>
MessagingService.Version. supportedVersions()
-