Uses of Class
org.apache.ignite.IgniteState
-
Packages that use IgniteState Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of IgniteState in org.apache.ignite
Methods in org.apache.ignite that return IgniteState Modifier and Type Method Description static @Nullable IgniteState
IgniteState. fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.static IgniteState
Ignition. state()
Gets state of grid default grid.static IgniteState
Ignition. state(@Nullable String name)
Gets states of named Ignite instance.static IgniteState
IgniteState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IgniteState[]
IgniteState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite with parameters of type IgniteState Modifier and Type Method Description void
IgnitionListener. onStateChange(@Nullable String name, IgniteState state)
Listener for grid factory state change notifications.
-