| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.cluster | |
| org.apache.ignite.internal.visor.shutdown |
| 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 shutdownPolicy)
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 |
|---|---|
static boolean |
IgnitionEx.stop(boolean cancel,
@Nullable ShutdownPolicy shutdown)
Stops default grid.
|
static boolean |
IgnitionEx.stop(@Nullable String name,
boolean cancel,
@Nullable ShutdownPolicy shutdown,
boolean stopNotStarted)
Stops named Ignite instance.
|
static void |
IgnitionEx.stopAll(boolean cancel,
@Nullable ShutdownPolicy shutdown)
Stops all started grids.
|
| Modifier and Type | Method and Description |
|---|---|
ShutdownPolicy |
IgniteClusterAsyncImpl.shutdownPolicy()
Returns a policy of shutdown or default value
IgniteConfiguration.DFLT_SHUTDOWN_POLICY
if the property is not set. |
ShutdownPolicy |
IgniteClusterImpl.shutdownPolicy()
Returns a policy of shutdown or default value
IgniteConfiguration.DFLT_SHUTDOWN_POLICY
if the property is not set. |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteClusterAsyncImpl.shutdownPolicy(ShutdownPolicy policy)
Sets a shutdown policy on a cluster.
|
void |
IgniteClusterImpl.shutdownPolicy(ShutdownPolicy shutdownPolicy)
Sets a shutdown policy on a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ShutdownPolicy |
VisorShutdownPolicyTaskArg.getShutdown()
Get policy.
|
ShutdownPolicy |
VisorShutdownPolicyTaskResult.getShutdown()
Get policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisorShutdownPolicyTaskArg.setShutdown(ShutdownPolicy shutdown)
Set policy.
|
void |
VisorShutdownPolicyTaskResult.setShutdown(ShutdownPolicy shutdown)
Set policy.
|
| Constructor and Description |
|---|
VisorShutdownPolicyTaskArg(ShutdownPolicy shutdown) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021