Package | Description |
---|---|
org.apache.cassandra.transport | |
org.apache.cassandra.transport.messages |
Modifier and Type | Field and Description |
---|---|
Event.Type |
Event.type |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.ConnectionTracker.register(Event.Type type,
io.netty.channel.Channel ch) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Event.Type> |
RegisterMessage.eventTypes |
Constructor and Description |
---|
RegisterMessage(java.util.List<Event.Type> eventTypes) |
Copyright © 2020 The Apache Software Foundation