Uses of Class
org.apache.cassandra.gms.GossiperEvent.GossiperEventType
-
Packages that use GossiperEvent.GossiperEventType Package Description org.apache.cassandra.gms -
-
Uses of GossiperEvent.GossiperEventType in org.apache.cassandra.gms
Fields in org.apache.cassandra.gms declared as GossiperEvent.GossiperEventType Modifier and Type Field Description GossiperEvent.GossiperEventType
GossiperEvent. type
Methods in org.apache.cassandra.gms that return GossiperEvent.GossiperEventType Modifier and Type Method Description static GossiperEvent.GossiperEventType
GossiperEvent.GossiperEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GossiperEvent.GossiperEventType[]
GossiperEvent.GossiperEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.gms that return types with arguments of type GossiperEvent.GossiperEventType Modifier and Type Method Description java.lang.Enum<GossiperEvent.GossiperEventType>
GossiperEvent. getType()
-