Uses of Interface
org.elasticsearch.cluster.ClusterStateApplier
-
-
Uses of ClusterStateApplier in org.elasticsearch.action.ingest
Classes in org.elasticsearch.action.ingest that implement ClusterStateApplier Modifier and Type Class Description classIngestActionForwarderA utility for forwarding ingest requests to ingest nodes in a round-robin fashion. -
Uses of ClusterStateApplier in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service with parameters of type ClusterStateApplier Modifier and Type Method Description voidClusterApplierService. addHighPriorityApplier(ClusterStateApplier applier)Adds a high priority applier of updated cluster states.voidClusterService. addHighPriorityApplier(ClusterStateApplier applier)Adds a high priority applier of updated cluster states.voidClusterApplierService. addLowPriorityApplier(ClusterStateApplier applier)Adds an applier which will be called after all high priority and normal appliers have been called.voidClusterService. addLowPriorityApplier(ClusterStateApplier applier)Adds an applier which will be called after all high priority and normal appliers have been called.voidClusterApplierService. addStateApplier(ClusterStateApplier applier)Adds a applier of updated cluster states.voidClusterService. addStateApplier(ClusterStateApplier applier)Adds a applier of updated cluster states.voidClusterApplierService. removeApplier(ClusterStateApplier applier)Removes an applier of updated cluster states.voidClusterService. removeApplier(ClusterStateApplier applier)Removes an applier of updated cluster states. -
Uses of ClusterStateApplier in org.elasticsearch.indices.cluster
Classes in org.elasticsearch.indices.cluster that implement ClusterStateApplier Modifier and Type Class Description classIndicesClusterStateService -
Uses of ClusterStateApplier in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement ClusterStateApplier Modifier and Type Class Description classIngestServiceHolder class for several ingest related services. -
Uses of ClusterStateApplier in org.elasticsearch.repositories
Classes in org.elasticsearch.repositories that implement ClusterStateApplier Modifier and Type Class Description classRepositoriesServiceService responsible for maintaining and providing access to snapshot repositories on nodes. -
Uses of ClusterStateApplier in org.elasticsearch.script
Classes in org.elasticsearch.script that implement ClusterStateApplier Modifier and Type Class Description classScriptService -
Uses of ClusterStateApplier in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement ClusterStateApplier Modifier and Type Class Description classRestoreServiceService responsible for restoring snapshotsclassSnapshotsServiceService responsible for creating snapshots -
Uses of ClusterStateApplier in org.elasticsearch.tasks
Classes in org.elasticsearch.tasks that implement ClusterStateApplier Modifier and Type Class Description classTaskManagerTask Manager service for keeping track of currently running tasks on the nodes
-