Uses of Interface
org.elasticsearch.plugins.NetworkPlugin
-
Packages that use NetworkPlugin Package Description org.elasticsearch.common.network -
-
Uses of NetworkPlugin in org.elasticsearch.common.network
Constructor parameters in org.elasticsearch.common.network with type arguments of type NetworkPlugin Constructor Description NetworkModule(Settings settings, boolean transportClient, List<NetworkPlugin> plugins, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Creates a network module that custom networking classes can be plugged into.
-