Uses of Class
org.apache.ignite.internal.GridKernalState
-
Packages that use GridKernalState Package Description org.apache.ignite.internal Contains main implementation. -
-
Uses of GridKernalState in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return GridKernalState Modifier and Type Method Description static @Nullable GridKernalStateGridKernalState. fromOrdinal(int ord)GridKernalStateGridKernalGateway. getState()Gets current kernal state.GridKernalStateGridKernalGatewayImpl. getState()Gets current kernal state.static GridKernalStateGridKernalState. valueOf(String name)Returns the enum constant of this type with the specified name.static GridKernalState[]GridKernalState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal with parameters of type GridKernalState Modifier and Type Method Description voidGridKernalGateway. setState(GridKernalState state)Sets kernal state.voidGridKernalGatewayImpl. setState(GridKernalState state)Sets kernal state.
-