|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |