Uses of Interface
org.elasticsearch.transport.Transport

Packages that use Transport
org.elasticsearch.transport   
org.elasticsearch.transport.local   
org.elasticsearch.transport.netty   
 

Uses of Transport in org.elasticsearch.transport
 

Constructors in org.elasticsearch.transport with parameters of type Transport
TransportService(Settings settings, Transport transport, ThreadPool threadPool)
           
TransportService(Transport transport, ThreadPool threadPool)
           
 

Uses of Transport in org.elasticsearch.transport.local
 

Classes in org.elasticsearch.transport.local that implement Transport
 class LocalTransport
           
 

Constructors in org.elasticsearch.transport.local with parameters of type Transport
LocalTransportManagement(Transport transport)
           
 

Uses of Transport in org.elasticsearch.transport.netty
 

Classes in org.elasticsearch.transport.netty that implement Transport
 class NettyTransport
          There are 3 types of connections per node, low/med/high.
 

Constructors in org.elasticsearch.transport.netty with parameters of type Transport
NettyTransportManagement(Transport transport)
           
 



Copyright © 2009-2012. All Rights Reserved.