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 DeploymentModeIgniteConfiguration. DFLT_DEPLOYMENT_MODEDefault deployment mode (value isSHARED).Methods in org.apache.ignite.configuration that return DeploymentMode Modifier and Type Method Description static @Nullable DeploymentModeDeploymentMode. fromOrdinal(int ord)Deprecated.Efficiently gets enumerated value from its ordinal.DeploymentModeIgniteConfiguration. getDeploymentMode()Deprecated.Will be replaced with the IgniteClassPath in the next versions.static DeploymentModeDeploymentMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static DeploymentMode[]DeploymentMode. values()Deprecated.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 IgniteConfigurationIgniteConfiguration. setDeploymentMode(DeploymentMode deployMode)Deprecated.Will be replaced with the IgniteClassPath in the next versions.
-