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) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024