Uses of Class
org.apache.cassandra.transport.Event.Type
-
Packages that use Event.Type Package Description org.apache.cassandra.transport org.apache.cassandra.transport.messages -
-
Uses of Event.Type in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport declared as Event.Type Modifier and Type Field Description Event.Type
Event. type
Methods in org.apache.cassandra.transport that return Event.Type Modifier and Type Method Description static Event.Type
Event.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Event.Type[]
Event.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.transport with parameters of type Event.Type Modifier and Type Method Description void
Server.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.Type Modifier and Type Field Description java.util.List<Event.Type>
RegisterMessage. eventTypes
Constructor parameters in org.apache.cassandra.transport.messages with type arguments of type Event.Type Constructor Description RegisterMessage(java.util.List<Event.Type> eventTypes)
-