Uses of Interface
org.elasticsearch.transport.Transport
-
Packages that use Transport Package Description org.elasticsearch.common.network org.elasticsearch.node org.elasticsearch.plugins org.elasticsearch.transport -
-
Uses of Transport in org.elasticsearch.common.network
Methods in org.elasticsearch.common.network that return types with arguments of type Transport Modifier and Type Method Description Supplier<Transport>NetworkModule. getTransportSupplier() -
Uses of Transport in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type Transport Modifier and Type Method Description protected TransportServiceNode. newTransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor interceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders) -
Uses of Transport in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type Transport Modifier and Type Method Description 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 Transport in org.elasticsearch.transport
Classes in org.elasticsearch.transport that implement Transport Modifier and Type Class Description classTcpTransportFields in org.elasticsearch.transport declared as Transport Modifier and Type Field Description protected TransportTransportService. transportConstructors in org.elasticsearch.transport with parameters of type Transport Constructor Description ConnectionManager(Settings settings, Transport transport)ConnectionManager(ConnectionProfile connectionProfile, Transport transport)TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders)Build the service.TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders, ConnectionManager connectionManager)
-