Uses of Interface
org.elasticsearch.cluster.ClusterStateListener
-
-
Uses of ClusterStateListener in org.elasticsearch.action.admin.cluster.snapshots.restore
Classes in org.elasticsearch.action.admin.cluster.snapshots.restore that implement ClusterStateListener Modifier and Type Class Description classRestoreClusterStateListener -
Uses of ClusterStateListener in org.elasticsearch.cluster
Subinterfaces of ClusterStateListener in org.elasticsearch.cluster Modifier and Type Interface Description interfaceTimeoutClusterStateListenerAn exception to cluster state listener that allows for timeouts and for post added notifications.Classes in org.elasticsearch.cluster that implement ClusterStateListener Modifier and Type Class Description classInternalClusterInfoServiceInternalClusterInfoService provides the ClusterInfoService interface, routinely updated on a timer. -
Uses of ClusterStateListener in org.elasticsearch.cluster.metadata
Classes in org.elasticsearch.cluster.metadata that implement ClusterStateListener Modifier and Type Class Description classTemplateUpgradeServiceUpgrades Templates on behalf of installedPlugins when a node joins the cluster -
Uses of ClusterStateListener in org.elasticsearch.cluster.routing
Classes in org.elasticsearch.cluster.routing that implement ClusterStateListener Modifier and Type Class Description classDelayedAllocationServiceTheDelayedAllocationServicelistens to cluster state changes and checks if there are unassigned shards with delayed allocation (unassigned shards that have the delay marker). -
Uses of ClusterStateListener in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service with parameters of type ClusterStateListener Modifier and Type Method Description voidClusterApplierService. addListener(ClusterStateListener listener)Add a listener for updated cluster statesvoidClusterService. addListener(ClusterStateListener listener)Add a listener for updated cluster statesvoidClusterApplierService. removeListener(ClusterStateListener listener)Removes a listener for updated cluster states.voidClusterService. removeListener(ClusterStateListener listener)Removes a listener for updated cluster states. -
Uses of ClusterStateListener in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway that implement ClusterStateListener Modifier and Type Class Description classDanglingIndicesStateThe dangling indices state is responsible for finding new dangling indices (indices that have their state written on disk, but don't exists in the metadata of the cluster), and importing them into the cluster.classGatewayService -
Uses of ClusterStateListener in org.elasticsearch.indices.store
Classes in org.elasticsearch.indices.store that implement ClusterStateListener Modifier and Type Class Description classIndicesStore -
Uses of ClusterStateListener in org.elasticsearch.node
Classes in org.elasticsearch.node that implement ClusterStateListener Modifier and Type Class Description classResponseCollectorServiceCollects statistics about queue size, response time, and service time of tasks executed on each node, making the EWMA of the values available to the coordinating node. -
Uses of ClusterStateListener in org.elasticsearch.persistent
Classes in org.elasticsearch.persistent that implement ClusterStateListener Modifier and Type Class Description classPersistentTasksClusterServiceComponent that runs only on the master node and is responsible for assigning running tasks to nodesclassPersistentTasksNodeServiceThis component is responsible for coordination of execution of persistent tasks on individual nodes. -
Uses of ClusterStateListener in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement ClusterStateListener Modifier and Type Class Description classSnapshotShardsServiceThis service runs on data and master nodes and controls currently snapshotted shards on these nodes.
-