| Package | Description |
|---|---|
| org.apache.ignite.failure |
Contains Failure handling public API with standard FailureHandler implementations.
|
| org.apache.ignite.internal.client.router.impl | |
| org.apache.ignite.internal.processors.cache.persistence.tree | |
| org.apache.ignite.internal.processors.odbc | |
| org.apache.ignite.internal.util.nio |
NIO server interfaces and common utility classes for NIO.
|
| org.apache.ignite.spi.communication.tcp.internal |
Contains connection health-checkers for TCP/IP-based implementation of communication SPI.
|
| Modifier and Type | Method and Description |
|---|---|
FailureType |
FailureContext.type() |
static FailureType |
FailureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureType[] |
FailureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FailureType> |
AbstractFailureHandler.getIgnoredFailureTypes()
Returns unmodifiable set of ignored failure types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFailureHandler.setIgnoredFailureTypes(Set<FailureType> failureTypes)
Sets failure types that must be ignored by failure handler.
|
| Constructor and Description |
|---|
FailureContext(FailureType type,
Throwable err)
Creates instance of
FailureContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpRouterNioListenerAdapter.onFailure(FailureType failureType,
Throwable failure)
Called when critical failure occurs in server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BPlusTree.processFailure(FailureType failureType,
Throwable e)
Processes failure with failure processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientListenerNioListener.onFailure(FailureType failureType,
Throwable failure)
Called when critical failure occurs in server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridNioServerListener.onFailure(FailureType failureType,
Throwable failure)
Called when critical failure occurs in server implementation.
|
void |
GridNioServerListenerAdapter.onFailure(FailureType failureType,
Throwable failure)
Called when critical failure occurs in server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InboundConnectionHandler.onFailure(FailureType failureType,
Throwable failure)
Called when critical failure occurs in server implementation.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021