Uses of Class
org.apache.ignite.failure.FailureType
-
Packages that use FailureType 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.internal.worker System worker registry and control MBean implementation.org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of FailureType in org.apache.ignite.failure
Methods in org.apache.ignite.failure that return FailureType Modifier and Type Method Description FailureTypeFailureContext. type()static FailureTypeFailureType. 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.Methods in org.apache.ignite.failure that return types with arguments of type FailureType Modifier and Type Method Description Set<FailureType>AbstractFailureHandler. getIgnoredFailureTypes()Method parameters in org.apache.ignite.failure with type arguments of type FailureType Modifier and Type Method Description voidAbstractFailureHandler. setIgnoredFailureTypes(Set<FailureType> failureTypes)Sets failure types that must be ignored by failure handler.Constructors in org.apache.ignite.failure with parameters of type FailureType Constructor Description FailureContext(FailureType type, Throwable err)Creates instance ofFailureContext. -
Uses of FailureType in org.apache.ignite.internal.client.router.impl
Methods in org.apache.ignite.internal.client.router.impl with parameters of type FailureType Modifier and Type Method Description voidGridTcpRouterNioListenerAdapter. onFailure(FailureType failureType, Throwable failure)Called when critical failure occurs in server implementation. -
Uses of FailureType in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree with parameters of type FailureType Modifier and Type Method Description protected voidBPlusTree. processFailure(FailureType failureType, Throwable e)Processes failure with failure processor. -
Uses of FailureType in org.apache.ignite.internal.processors.odbc
Methods in org.apache.ignite.internal.processors.odbc with parameters of type FailureType Modifier and Type Method Description voidClientListenerNioListener. onFailure(FailureType failureType, Throwable failure)Called when critical failure occurs in server implementation. -
Uses of FailureType in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type FailureType Modifier and Type Method Description voidGridNioServerListener. onFailure(FailureType failureType, Throwable failure)Called when critical failure occurs in server implementation.voidGridNioServerListenerAdapter. onFailure(FailureType failureType, Throwable failure)Called when critical failure occurs in server implementation. -
Uses of FailureType in org.apache.ignite.internal.worker
Constructor parameters in org.apache.ignite.internal.worker with type arguments of type FailureType Constructor Description WorkersRegistry(@NotNull IgniteBiInClosure<GridWorker,FailureType> workerFailedHnd, long sysWorkerBlockedTimeout, IgniteLogger log) -
Uses of FailureType in org.apache.ignite.spi.communication.tcp.internal
Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type FailureType Modifier and Type Method Description voidInboundConnectionHandler. onFailure(FailureType failureType, Throwable failure)Called when critical failure occurs in server implementation.
-