Uses of Enum Class
org.apache.cassandra.transport.Event.Type
Packages that use Event.Type
-
Uses of Event.Type in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport declared as Event.TypeMethods in org.apache.cassandra.transport that return Event.TypeModifier and TypeMethodDescriptionstatic Event.TypeReturns the enum constant of this class with the specified name.static Event.Type[]Event.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.transport with parameters of type Event.TypeModifier and TypeMethodDescriptionvoidServer.ConnectionTracker.register(Event.Type type, io.netty.channel.Channel ch) -
Uses of Event.Type in org.apache.cassandra.transport.messages
Fields in org.apache.cassandra.transport.messages with type parameters of type Event.TypeConstructor parameters in org.apache.cassandra.transport.messages with type arguments of type Event.Type