Uses of Class
org.elasticsearch.plugins.Plugin
-
Packages that use Plugin Package Description org.elasticsearch.client.transport org.elasticsearch.node org.elasticsearch.plugins -
-
Uses of Plugin in org.elasticsearch.client.transport
Methods in org.elasticsearch.client.transport that return types with arguments of type Plugin Modifier and Type Method Description protected static Collection<Class<? extends Plugin>>TransportClient. addPlugins(Collection<Class<? extends Plugin>> collection, Class<? extends Plugin>... plugins)Deprecated.protected static Collection<Class<? extends Plugin>>TransportClient. addPlugins(Collection<Class<? extends Plugin>> collection, Collection<Class<? extends Plugin>> plugins)Deprecated.Method parameters in org.elasticsearch.client.transport with type arguments of type Plugin Modifier and Type Method Description protected static Collection<Class<? extends Plugin>>TransportClient. addPlugins(Collection<Class<? extends Plugin>> collection, Class<? extends Plugin>... plugins)Deprecated.protected static Collection<Class<? extends Plugin>>TransportClient. addPlugins(Collection<Class<? extends Plugin>> collection, Collection<Class<? extends Plugin>> plugins)Deprecated.Constructor parameters in org.elasticsearch.client.transport with type arguments of type Plugin Constructor Description TransportClient(Settings settings, Collection<Class<? extends Plugin>> plugins)Deprecated.Creates a new TransportClient with the given settings and pluginsTransportClient(Settings settings, Settings defaultSettings, Collection<Class<? extends Plugin>> plugins, TransportClient.HostFailureListener hostFailureListener)Deprecated.Creates a new TransportClient with the given settings, defaults and plugins. -
Uses of Plugin in org.elasticsearch.node
Constructor parameters in org.elasticsearch.node with type arguments of type Plugin Constructor Description Node(Environment environment, Collection<Class<? extends Plugin>> classpathPlugins, boolean forbidPrivateIndexSettings)Constructs a node -
Uses of Plugin in org.elasticsearch.plugins
Constructor parameters in org.elasticsearch.plugins with type arguments of type Plugin Constructor Description PluginsService(Settings settings, Path configPath, Path modulesDirectory, Path pluginsDirectory, Collection<Class<? extends Plugin>> classpathPlugins)Constructs a new PluginService
-