Package | Description |
---|---|
org.elasticsearch.transport | |
org.elasticsearch.transport.local | |
org.elasticsearch.transport.netty |
Modifier and Type | Class and Description |
---|---|
protected class |
TransportService.Adapter |
Modifier and Type | Method and Description |
---|---|
void |
Transport.transportServiceAdapter(TransportServiceAdapter service) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransport.transportServiceAdapter(TransportServiceAdapter transportServiceAdapter) |
Constructor and Description |
---|
LocalTransportChannel(LocalTransport sourceTransport,
TransportServiceAdapter sourceTransportServiceAdapter,
LocalTransport targetTransport,
String action,
long requestId,
Version version) |
Modifier and Type | Field and Description |
---|---|
protected TransportServiceAdapter |
NettyTransport.transportServiceAdapter |
protected TransportServiceAdapter |
MessageChannelHandler.transportServiceAdapter |
Modifier and Type | Method and Description |
---|---|
void |
NettyTransport.transportServiceAdapter(TransportServiceAdapter service) |
Constructor and Description |
---|
NettyTransportChannel(NettyTransport transport,
TransportServiceAdapter transportServiceAdapter,
String action,
org.jboss.netty.channel.Channel channel,
long requestId,
Version version,
String profileName) |
Copyright © 2009–2015. All rights reserved.