Uses of Class
org.apache.cassandra.transport.Event.Type

Packages that use Event.Type
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
 Event.Type Event.type
           
 

Methods in org.apache.cassandra.transport that return Event.Type
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
 void Server.ConnectionTracker.register(Event.Type type, org.jboss.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
 java.util.List<Event.Type> RegisterMessage.eventTypes
           
 

Constructor parameters in org.apache.cassandra.transport.messages with type arguments of type Event.Type
RegisterMessage(java.util.List<Event.Type> eventTypes)
           
 



Copyright © 2012 The Apache Software Foundation