| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.impl |
| Modifier and Type | Method and Description |
|---|---|
DispatcherThread |
Scheduler.assignDispatcher(int minLoadPerc) |
DispatcherThread |
Actor.getCurrentDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.rebalance(DispatcherThread dispatcherThread)
called from inside overloaded thread with load
all actors assigned to the calling thread therefore can be safely moved
|
void |
Scheduler.threadStopped(DispatcherThread th) |
void |
Scheduler.tryIsolate(DispatcherThread dp,
Actor actorRef) |
void |
Scheduler.tryStopThread(DispatcherThread dispatcherThread) |
| Modifier and Type | Field and Description |
|---|---|
protected DispatcherThread |
SimpleScheduler.myThread |
| Modifier and Type | Method and Description |
|---|---|
DispatcherThread |
SimpleScheduler.assignDispatcher(int minLoadPerc) |
| Modifier and Type | Method and Description |
|---|---|
Actor |
ActorsImpl.makeProxy(Actor realActor,
Class<? extends Actor> clz,
DispatcherThread disp,
int qs) |
Actor |
ActorsImpl.makeProxy(Class<? extends Actor> clz,
DispatcherThread disp,
int qs) |
void |
SimpleScheduler.rebalance(DispatcherThread dispatcherThread) |
void |
SimpleScheduler.threadStopped(DispatcherThread th) |
void |
SimpleScheduler.tryIsolate(DispatcherThread dp,
Actor actorRef) |
void |
SimpleScheduler.tryStopThread(DispatcherThread dispatcherThread) |
Copyright © 2019. All rights reserved.