Uses of Interface
org.elasticsearch.cluster.LocalNodeMasterListener
-
Packages that use LocalNodeMasterListener Package Description org.elasticsearch.cluster org.elasticsearch.cluster.service org.elasticsearch.common.settings -
-
Uses of LocalNodeMasterListener in org.elasticsearch.cluster
Classes in org.elasticsearch.cluster that implement LocalNodeMasterListener Modifier and Type Class Description classInternalClusterInfoServiceInternalClusterInfoService provides the ClusterInfoService interface, routinely updated on a timer. -
Uses of LocalNodeMasterListener in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service with parameters of type LocalNodeMasterListener Modifier and Type Method Description voidClusterApplierService. addLocalNodeMasterListener(LocalNodeMasterListener listener)Add a listener for on/off local node master eventsvoidClusterService. addLocalNodeMasterListener(LocalNodeMasterListener listener)Add a listener for on/off local node master events -
Uses of LocalNodeMasterListener in org.elasticsearch.common.settings
Methods in org.elasticsearch.common.settings that return LocalNodeMasterListener Modifier and Type Method Description LocalNodeMasterListenerConsistentSettingsService. newHashPublisher()Returns aLocalNodeMasterListenerthat will publish hashes of all the settings passed in the constructor.
-