public class TransportRunRiverAction extends org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>
| Constructor and Description |
|---|
TransportRunRiverAction(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.cluster.ClusterName clusterName,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.cluster.ClusterService clusterService,
org.elasticsearch.transport.TransportService transportService,
org.elasticsearch.common.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accumulateExceptions() |
protected String |
executor() |
protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest |
newNodeRequest() |
protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest |
newNodeRequest(String nodeId,
RunRiverRequest request) |
protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse |
newNodeResponse() |
protected RunRiverRequest |
newRequest() |
protected RunRiverResponse |
newResponse(RunRiverRequest request,
AtomicReferenceArray nodesResponses) |
protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse |
nodeOperation(org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest request) |
static org.elasticsearch.common.collect.ImmutableMap<org.elasticsearch.river.RiverName,org.elasticsearch.river.River> |
rivers(org.elasticsearch.river.RiversService riversService) |
@Inject public TransportRunRiverAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.cluster.ClusterName clusterName, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.common.inject.Injector injector)
protected String executor()
executor in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse nodeOperation(org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest request) throws org.elasticsearch.ElasticsearchException
nodeOperation in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>org.elasticsearch.ElasticsearchExceptionprotected RunRiverRequest newRequest()
newRequest in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>protected RunRiverResponse newResponse(RunRiverRequest request, AtomicReferenceArray nodesResponses)
newResponse in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest newNodeRequest()
newNodeRequest in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest newNodeRequest(String nodeId, RunRiverRequest request)
newNodeRequest in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>protected org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse newNodeResponse()
newNodeResponse in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>protected boolean accumulateExceptions()
accumulateExceptions in class org.elasticsearch.action.support.nodes.TransportNodesOperationAction<RunRiverRequest,RunRiverResponse,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteRequest,org.xbib.elasticsearch.action.plugin.jdbc.run.TransportRunRiverAction.NodeRiverExecuteResponse>public static org.elasticsearch.common.collect.ImmutableMap<org.elasticsearch.river.RiverName,org.elasticsearch.river.River> rivers(org.elasticsearch.river.RiversService riversService)
elasticsearch-river-jdbc