Uses of Class
org.apache.ignite.internal.processors.cache.StateChangeRequest
-
Packages that use StateChangeRequest Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cluster -
-
Uses of StateChangeRequest in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return StateChangeRequest Modifier and Type Method Description @Nullable StateChangeRequestExchangeActions. stateChangeRequest()Methods in org.apache.ignite.internal.processors.cache with parameters of type StateChangeRequest Modifier and Type Method Description voidExchangeActions. stateChangeRequest(StateChangeRequest stateChange) -
Uses of StateChangeRequest in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster with parameters of type StateChangeRequest Modifier and Type Method Description voidGridClusterStateProcessor. onStateChangeError(Map<UUID,Exception> errs, StateChangeRequest req)voidIGridClusterStateProcessor. onStateChangeError(Map<UUID,Exception> errs, StateChangeRequest req)voidGridClusterStateProcessor. onStateChangeExchangeDone(StateChangeRequest req)voidIGridClusterStateProcessor. onStateChangeExchangeDone(StateChangeRequest req)
-