Package | Description |
---|---|
org.elasticsearch.transport |
Modifier and Type | Class and Description |
---|---|
class |
BaseTransportRequestHandler<T extends TransportRequest>
A simple based class that always spawns.
|
Modifier and Type | Method and Description |
---|---|
protected TransportRequestHandler |
TransportService.getHandler(String action) |
TransportRequestHandler |
TransportServiceAdapter.handler(String action,
Version version) |
TransportRequestHandler |
TransportService.Adapter.handler(String action,
Version version) |
Modifier and Type | Method and Description |
---|---|
void |
TransportService.registerHandler(String action,
TransportRequestHandler handler) |
Copyright © 2009–2015. All rights reserved.