Uses of Interface
org.elasticsearch.cluster.service.ClusterApplier.ClusterApplyListener
-
Packages that use ClusterApplier.ClusterApplyListener Package Description org.elasticsearch.cluster.service -
-
Uses of ClusterApplier.ClusterApplyListener in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service with parameters of type ClusterApplier.ClusterApplyListener Modifier and Type Method Description voidClusterApplier. onNewClusterState(String source, Supplier<ClusterState> clusterStateSupplier, ClusterApplier.ClusterApplyListener listener)Method to invoke when a new cluster state is available to be appliedvoidClusterApplierService. onNewClusterState(String source, Supplier<ClusterState> clusterStateSupplier, ClusterApplier.ClusterApplyListener listener)voidClusterApplierService. runOnApplierThread(String source, Consumer<ClusterState> clusterStateConsumer, ClusterApplier.ClusterApplyListener listener)voidClusterApplierService. runOnApplierThread(String source, Consumer<ClusterState> clusterStateConsumer, ClusterApplier.ClusterApplyListener listener, Priority priority)
-