public class ExecutionManager
extends akka.actor.UntypedActor
| Modifier and Type | Field and Description |
|---|---|
protected com.ning.http.client.AsyncHttpClient |
asyncHttpClientGlobal
The async http client global.
|
protected akka.actor.ActorRef |
batchSenderAsstManager
The batch sender asst manager.
|
protected akka.actor.ActorRef |
director
The director.
|
protected long |
endTime
The end time.
|
protected HttpMeta |
httpMeta
The command metadata.
|
static int |
REDUCE_LEN
The Constant REDUCE_LEN.
|
protected int |
requestCount
The request count.
|
protected int |
responseCount
The response count.
|
protected Map<String,ResponseOnSingleTask> |
responseMap
The response map.
|
protected long |
startTime
The start time.
|
protected TargetHostMeta |
targetHostMeta
The node group metadata.
|
protected ParallelTask |
task
The parallel task.
|
protected String |
taskId
The task id.
|
protected String |
taskIdTrim
The task id trim.
|
protected akka.actor.Cancellable |
timeoutMessageCancellable
The timeout message cancellable.
|
protected boolean |
wasIssuedCancel
The was issued cancel.
|
protected Map<String,akka.actor.ActorRef> |
workers
The workers.
|
| Constructor and Description |
|---|
ExecutionManager(ParallelTask task)
Instantiates a new command manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(Object message) |
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledprotected int responseCount
protected int requestCount
protected long startTime
protected boolean wasIssuedCancel
protected long endTime
protected akka.actor.ActorRef director
protected akka.actor.ActorRef batchSenderAsstManager
protected final Map<String,ResponseOnSingleTask> responseMap
protected String taskId
protected String taskIdTrim
protected akka.actor.Cancellable timeoutMessageCancellable
protected com.ning.http.client.AsyncHttpClient asyncHttpClientGlobal
protected ParallelTask task
protected HttpMeta httpMeta
protected TargetHostMeta targetHostMeta
public static final int REDUCE_LEN
public ExecutionManager(ParallelTask task)
task - the taskpublic void onReceive(Object message)
onReceive in class akka.actor.UntypedActorCopyright © 2015–2016 eBay. All rights reserved.