Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023