Package | Description |
---|---|
org.apache.cassandra.transport | |
org.apache.cassandra.transport.messages |
Modifier and Type | Class and Description |
---|---|
static class |
Event.NodeEvent |
static class |
Event.SchemaChange |
static class |
Event.StatusChange |
static class |
Event.TopologyChange |
Modifier and Type | Field and Description |
---|---|
java.util.concurrent.LinkedBlockingQueue<Event> |
SimpleClient.SimpleEventHandler.queue |
Modifier and Type | Method and Description |
---|---|
static Event |
Event.deserialize(io.netty.buffer.ByteBuf cb,
ProtocolVersion version) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleClient.EventHandler.onEvent(Event event) |
void |
SimpleClient.SimpleEventHandler.onEvent(Event event) |
void |
Server.ConnectionTracker.send(Event event) |
Modifier and Type | Field and Description |
---|---|
Event |
EventMessage.event |
Constructor and Description |
---|
EventMessage(Event event) |
Copyright © 2018 The Apache Software Foundation