Uses of Class
org.elasticsearch.cluster.ClusterChangedEvent
-
-
Uses of ClusterChangedEvent in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore with parameters of type ClusterChangedEvent Modifier and Type Method Description voidRestoreClusterStateListener. clusterChanged(ClusterChangedEvent changedEvent) -
Uses of ClusterChangedEvent in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest with parameters of type ClusterChangedEvent Modifier and Type Method Description voidIngestActionForwarder. applyClusterState(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster with parameters of type ClusterChangedEvent Modifier and Type Method Description voidClusterStateApplier. applyClusterState(ClusterChangedEvent event)Called when a new cluster state (state()needs to be applied.voidClusterStateListener. clusterChanged(ClusterChangedEvent event)Called when cluster state changes.voidInternalClusterInfoService. clusterChanged(ClusterChangedEvent event)default voidClusterStateTaskExecutor. clusterStatePublished(ClusterChangedEvent clusterChangedEvent)Callback invoked after new cluster state is published.voidClusterStateUpdateTask. clusterStatePublished(ClusterChangedEvent clusterChangedEvent) -
Uses of ClusterChangedEvent in org.elasticsearch.cluster.action.shard
Methods in org.elasticsearch.cluster.action.shard with parameters of type ClusterChangedEvent Modifier and Type Method Description voidShardStateAction.ShardFailedClusterStateTaskExecutor. clusterStatePublished(ClusterChangedEvent clusterChangedEvent)voidShardStateAction.ShardStartedClusterStateTaskExecutor. clusterStatePublished(ClusterChangedEvent clusterChangedEvent) -
Uses of ClusterChangedEvent in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination with parameters of type ClusterChangedEvent Modifier and Type Method Description PublicationTransportHandler.PublicationContextPublicationTransportHandler. newPublicationContext(ClusterChangedEvent clusterChangedEvent)voidClusterStatePublisher. publish(ClusterChangedEvent clusterChangedEvent, ActionListener<Void> publishListener, ClusterStatePublisher.AckListener ackListener)Publish all the changes to the cluster from the master (can be called just by the master).voidCoordinator. publish(ClusterChangedEvent clusterChangedEvent, ActionListener<Void> publishListener, ClusterStatePublisher.AckListener ackListener) -
Uses of ClusterChangedEvent in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type ClusterChangedEvent Modifier and Type Method Description voidTemplateUpgradeService. clusterChanged(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type ClusterChangedEvent Modifier and Type Method Description voidDelayedAllocationService. clusterChanged(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service with parameters of type ClusterChangedEvent Modifier and Type Method Description protected voidMasterService. publish(ClusterChangedEvent clusterChangedEvent, org.elasticsearch.cluster.service.MasterService.TaskOutputs taskOutputs, long startTimeMillis) -
Uses of ClusterChangedEvent in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen with parameters of type ClusterChangedEvent Modifier and Type Method Description voidPublishClusterStateAction. publish(ClusterChangedEvent clusterChangedEvent, int minMasterNodes, ClusterStatePublisher.AckListener ackListener)publishes a cluster change event to other nodes.voidZenDiscovery. publish(ClusterChangedEvent clusterChangedEvent, ActionListener<Void> publishListener, ClusterStatePublisher.AckListener ackListener) -
Uses of ClusterChangedEvent in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway with parameters of type ClusterChangedEvent Modifier and Type Method Description voidDanglingIndicesState. clusterChanged(ClusterChangedEvent event)voidGatewayService. clusterChanged(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.indices.cluster
Methods in org.elasticsearch.indices.cluster with parameters of type ClusterChangedEvent Modifier and Type Method Description voidIndicesClusterStateService. applyClusterState(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.indices.store
Methods in org.elasticsearch.indices.store with parameters of type ClusterChangedEvent Modifier and Type Method Description voidIndicesStore. clusterChanged(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest with parameters of type ClusterChangedEvent Modifier and Type Method Description voidIngestService. applyClusterState(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type ClusterChangedEvent Modifier and Type Method Description voidResponseCollectorService. clusterChanged(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent with parameters of type ClusterChangedEvent Modifier and Type Method Description voidPersistentTasksClusterService. clusterChanged(ClusterChangedEvent event)voidPersistentTasksNodeService. clusterChanged(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories with parameters of type ClusterChangedEvent Modifier and Type Method Description voidRepositoriesService. applyClusterState(ClusterChangedEvent event)Checks if new repositories appeared in or disappeared from cluster metadata and updates current list of repositories accordingly. -
Uses of ClusterChangedEvent in org.elasticsearch.script
Methods in org.elasticsearch.script with parameters of type ClusterChangedEvent Modifier and Type Method Description voidScriptService. applyClusterState(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots with parameters of type ClusterChangedEvent Modifier and Type Method Description voidRestoreService. applyClusterState(ClusterChangedEvent event)voidSnapshotsService. applyClusterState(ClusterChangedEvent event)voidSnapshotShardsService. clusterChanged(ClusterChangedEvent event) -
Uses of ClusterChangedEvent in org.elasticsearch.tasks
Methods in org.elasticsearch.tasks with parameters of type ClusterChangedEvent Modifier and Type Method Description voidTaskManager. applyClusterState(ClusterChangedEvent event)
-