Uses of Interface
org.elasticsearch.plugins.ClusterPlugin
-
Packages that use ClusterPlugin Package Description org.elasticsearch.cluster -
-
Uses of ClusterPlugin in org.elasticsearch.cluster
Method parameters in org.elasticsearch.cluster with type arguments of type ClusterPlugin Modifier and Type Method Description static Collection<AllocationDecider>ClusterModule. createAllocationDeciders(Settings settings, ClusterSettings clusterSettings, List<ClusterPlugin> clusterPlugins)Return a newAllocationDeciderinstance with builtin deciders as well as those from plugins.Constructor parameters in org.elasticsearch.cluster with type arguments of type ClusterPlugin Constructor Description ClusterModule(Settings settings, ClusterService clusterService, List<ClusterPlugin> clusterPlugins, ClusterInfoService clusterInfoService)
-