Uses of Class
org.apache.ignite.configuration.DeploymentMode
-
Packages that use DeploymentMode Package Description org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of DeploymentMode in org.apache.ignite.configuration
Fields in org.apache.ignite.configuration declared as DeploymentMode Modifier and Type Field Description static DeploymentMode
IgniteConfiguration. DFLT_DEPLOYMENT_MODE
Default deployment mode (value isSHARED
).Methods in org.apache.ignite.configuration that return DeploymentMode Modifier and Type Method Description static @Nullable DeploymentMode
DeploymentMode. fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.DeploymentMode
IgniteConfiguration. getDeploymentMode()
Gets deployment mode for deploying tasks and other classes on this node.static DeploymentMode
DeploymentMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentMode[]
DeploymentMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.configuration with parameters of type DeploymentMode Modifier and Type Method Description IgniteConfiguration
IgniteConfiguration. setDeploymentMode(DeploymentMode deployMode)
Sets task classes and resources sharing mode.
-