Uses of Class
org.elasticsearch.common.network.NetworkService
-
Packages that use NetworkService Package Description org.elasticsearch.common.network org.elasticsearch.discovery org.elasticsearch.plugins org.elasticsearch.transport -
-
Uses of NetworkService in org.elasticsearch.common.network
Constructors in org.elasticsearch.common.network with parameters of type NetworkService 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. -
Uses of NetworkService in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type NetworkService Constructor Description DiscoveryModule(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, List<DiscoveryPlugin> plugins, AllocationService allocationService, Path configFile, GatewayMetaState gatewayMetaState, RerouteService rerouteService) -
Uses of NetworkService in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type NetworkService Modifier and Type Method Description default Map<String,Supplier<HttpServerTransport>>NetworkPlugin. getHttpTransports(Settings settings, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Returns a map ofHttpServerTransportsuppliers.default Map<String,Supplier<SeedHostsProvider>>DiscoveryPlugin. getSeedHostProviders(TransportService transportService, NetworkService networkService)Returns providers of seed hosts for discovery.default Map<String,Supplier<Transport>>NetworkPlugin. getTransports(Settings settings, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)Returns a map ofTransportsuppliers. -
Uses of NetworkService in org.elasticsearch.transport
Fields in org.elasticsearch.transport declared as NetworkService Modifier and Type Field Description protected NetworkServiceTcpTransport. networkServiceConstructors in org.elasticsearch.transport with parameters of type NetworkService Constructor Description TcpTransport(Settings settings, Version version, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)
-