Uses of Interface
org.apache.ignite.internal.client.GridClientNodeStateBeforeStart
-
-
Uses of GridClientNodeStateBeforeStart in org.apache.ignite.internal.client
Methods in org.apache.ignite.internal.client that return GridClientNodeStateBeforeStart Modifier and Type Method Description GridClientNodeStateBeforeStartGridClientBeforeNodeStart. beforeStartState()Getting a client projection of node state before its start. -
Uses of GridClientNodeStateBeforeStart in org.apache.ignite.internal.client.impl
Classes in org.apache.ignite.internal.client.impl that implement GridClientNodeStateBeforeStart Modifier and Type Class Description classGridClientNodeStateBeforeStartImplImplementationGridClientNodeStateBeforeStart.Methods in org.apache.ignite.internal.client.impl that return GridClientNodeStateBeforeStart Modifier and Type Method Description @Nullable GridClientNodeStateBeforeStartGridClientImpl. beforeStartState()Getting a client projection of node state before its start. -
Uses of GridClientNodeStateBeforeStart in org.apache.ignite.internal.management
Methods in org.apache.ignite.internal.management with parameters of type GridClientNodeStateBeforeStart Modifier and Type Method Description BooleanWarmUpStopCommand. execute(GridClientNodeStateBeforeStart beforeStart, NoArg arg, Consumer<String> printer) -
Uses of GridClientNodeStateBeforeStart in org.apache.ignite.internal.management.api
Methods in org.apache.ignite.internal.management.api with parameters of type GridClientNodeStateBeforeStart Modifier and Type Method Description RBeforeNodeStartCommand. execute(GridClientNodeStateBeforeStart beforeStart, A arg, Consumer<String> printer)
-