public abstract class HandledTransportAction<Request extends ActionRequest,Response extends ActionResponse> extends TransportAction<Request,Response>
actionName, threadPool
componentSettings, logger, settings
Modifier | Constructor and Description |
---|---|
protected |
HandledTransportAction(Settings settings,
String actionName,
ThreadPool threadPool,
TransportService transportService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
abstract Request |
newRequestInstance()
Sub classes implement this call to get new instance of a Request object
|
doExecute, execute, execute, forceThreadedListener
nodeName
protected HandledTransportAction(Settings settings, String actionName, ThreadPool threadPool, TransportService transportService, ActionFilters actionFilters)
public abstract Request newRequestInstance()
Copyright © 2009–2015. All rights reserved.