public class AssistantExecutionManager
extends akka.actor.UntypedActor
| Modifier and Type | Field and Description |
|---|---|
protected long |
endTime
The end time.
|
protected int |
maxConcurrencyAdjusted
The max concurrency adjusted.
|
protected akka.actor.ActorRef |
originalManager
The original manager.
|
protected int |
processedWorkerCount
The processed worker count.
|
protected int |
requestTotalCount
The request total count.
|
protected int |
responseCount
The response count.
|
protected long |
startTime
The start time.
|
protected String |
taskId |
protected String |
taskIdTrim |
protected List<akka.actor.ActorRef> |
workers
The workers.
|
| Constructor and Description |
|---|
AssistantExecutionManager()
Instantiates a new assistant execution manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(Object message) |
void |
sendMessageUntilStopCount(int stopCount)
Note that if there is sleep in this method.
|
void |
waitAndRetry()
Wait and retry.
|
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 requestTotalCount
protected long startTime
protected long endTime
protected akka.actor.ActorRef originalManager
protected List<akka.actor.ActorRef> workers
protected int maxConcurrencyAdjusted
protected int processedWorkerCount
protected String taskId
protected String taskIdTrim
public AssistantExecutionManager()
public void sendMessageUntilStopCount(int stopCount)
stopCount - the stop countpublic void waitAndRetry()
public void onReceive(Object message)
onReceive in class akka.actor.UntypedActorCopyright © 2015–2016 eBay. All rights reserved.