| Package | Description |
|---|---|
| org.elasticsearch.transport | |
| org.elasticsearch.transport.local | |
| org.elasticsearch.transport.netty |
| Modifier and Type | Field and Description |
|---|---|
protected Transport |
TransportService.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportModule.addTransport(String name,
Class<? extends Transport> clazz) |
void |
TransportModule.setTransport(Class<? extends Transport> transport,
String source) |
| Constructor and Description |
|---|
TransportService(Settings settings,
Transport transport,
ThreadPool threadPool) |
TransportService(Transport transport,
ThreadPool threadPool) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTransport |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyTransport
There are 4 types of connections per node, low/med/high/ping.
|
Copyright © 2009–2017. All rights reserved.