| Package | Description |
|---|---|
| com.caucho.env.actor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActorProcessor<T>
Processes an actor item.
|
class |
AbstractWorkerQueue<T>
Ring-based memory queue processed by a single worker.
|
| Modifier and Type | Method and Description |
|---|---|
ActorQueueApi<T> |
ActorQueueBuilder.build(ActorProcessor<? super T>... processors) |
| Constructor and Description |
|---|
ActorQueue(int capacity,
RingItemFactory<T> itemFactory,
ActorProcessor<? super T>... processors) |
MultiworkerActorQueue(int capacity,
int multiworkerOffset,
ActorProcessor<? super T>... processors) |
ValueActorQueue(int capacity,
ActorProcessor<? super T>... processors) |