Uses of Class
org.apache.ignite.internal.processors.cluster.DiscoveryDataClusterState
-
Packages that use DiscoveryDataClusterState Package Description org.apache.ignite.internal.managers.discovery TODO.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cluster -
-
Uses of DiscoveryDataClusterState in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery that return DiscoveryDataClusterState Modifier and Type Method Description DiscoveryDataClusterStateDiscoCache. state()Methods in org.apache.ignite.internal.managers.discovery with parameters of type DiscoveryDataClusterState Modifier and Type Method Description DiscoCacheDiscoCache. copy(AffinityTopologyVersion ver, @Nullable DiscoveryDataClusterState state) -
Uses of DiscoveryDataClusterState in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type DiscoveryDataClusterState Modifier and Type Method Description static booleanGridCacheUtils. baselineNode(ClusterNode node, DiscoveryDataClusterState discoveryDataClusterState)voidGridCacheProcessor. onDiscoveryEvent(int type, @Nullable DiscoveryCustomMessage customMsg, ClusterNode node, AffinityTopologyVersion topVer, DiscoveryDataClusterState state)ExchangeActionsClusterCachesInfo. onStateChangeRequest(ChangeGlobalStateMessage msg, AffinityTopologyVersion topVer, DiscoveryDataClusterState curState)ExchangeActionsGridCacheProcessor. onStateChangeRequest(ChangeGlobalStateMessage msg, AffinityTopologyVersion topVer, DiscoveryDataClusterState curState) -
Uses of DiscoveryDataClusterState in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return DiscoveryDataClusterState Modifier and Type Method Description DiscoveryDataClusterStateGridClusterStateProcessor. clusterState()DiscoveryDataClusterStateIGridClusterStateProcessor. clusterState()DiscoveryDataClusterStateDiscoveryDataClusterState. finish(boolean success)Creates a non-transitional cluster state.DiscoveryDataClusterStateGridClusterStateProcessor. pendingState(ChangeGlobalStateMessage stateMsg)DiscoveryDataClusterStateIGridClusterStateProcessor. pendingState(ChangeGlobalStateMessage stateMsg)Methods in org.apache.ignite.internal.processors.cluster with parameters of type DiscoveryDataClusterState Modifier and Type Method Description protected booleanGridClusterStateProcessor. isApplicable(ChangeGlobalStateMessage msg, DiscoveryDataClusterState state)protected static booleanGridClusterStateProcessor. isEquivalent(ChangeGlobalStateMessage msg, DiscoveryDataClusterState state)
-