Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
org.apache.ignite.failure |
Contains Failure handling public API with standard FailureHandler implementations.
|
Modifier and Type | Method and Description |
---|---|
static ShutdownPolicy |
ShutdownPolicy.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
ShutdownPolicy |
ShutdownPolicy.fromString(String val)
Return shutdown policy matching to string.
|
ShutdownPolicy |
IgniteCluster.shutdownPolicy()
Returns a policy of shutdown or default value
IgniteConfiguration.DFLT_SHUTDOWN_POLICY
if the property is not set. |
static ShutdownPolicy |
ShutdownPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownPolicy[] |
ShutdownPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteCluster.shutdownPolicy(ShutdownPolicy policy)
Sets a shutdown policy on a cluster.
|
Modifier and Type | Field and Description |
---|---|
static ShutdownPolicy |
IgniteConfiguration.DFLT_SHUTDOWN_POLICY
Default policy for node shutdown.
|
ShutdownPolicy |
IgniteConfiguration.shutdown
Shutdown policy for cluster.
|
Modifier and Type | Method and Description |
---|---|
ShutdownPolicy |
IgniteConfiguration.getShutdownPolicy()
Gets shutdown policy.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setShutdownPolicy(ShutdownPolicy shutdownPolicy)
Sets shutdown policy.
|
Modifier and Type | Method and Description |
---|---|
protected ShutdownPolicy |
AbstractFailureHandler.shutdownPolicyToHandleFailure()
Returns
ShutdownPolicy to be used when handling critical situation by FailureProcessor mechanism. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024