Package | Description |
---|---|
org.apache.ignite.client.events |
Modifier and Type | Method and Description |
---|---|
ConnectionDescription |
RequestEvent.connectionDescription() |
ConnectionDescription |
ConnectionEvent.connectionDescription() |
Constructor and Description |
---|
ConnectionClosedEvent(ConnectionDescription conn,
Throwable throwable) |
ConnectionEvent(ConnectionDescription conn) |
HandshakeFailEvent(ConnectionDescription conn,
long elapsedTimeNanos,
Throwable throwable) |
HandshakeStartEvent(ConnectionDescription conn) |
HandshakeSuccessEvent(ConnectionDescription conn,
long elapsedTimeNanos) |
RequestEvent(ConnectionDescription conn,
long requestId,
short opCode,
String opName) |
RequestFailEvent(ConnectionDescription conn,
long requestId,
short opCode,
String opName,
long elapsedTimeNanos,
Throwable throwable) |
RequestStartEvent(ConnectionDescription conn,
long requestId,
short opCode,
String opName) |
RequestSuccessEvent(ConnectionDescription conn,
long requestId,
short opCode,
String opName,
long elapsedTimeNanos) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023