Package | Description |
---|---|
org.menacheri.jetserver.concurrent | |
org.menacheri.jetserver.event.impl |
Modifier and Type | Field and Description |
---|---|
private ArrayBlockingQueue<Command> |
DefaultEventLoop.eventQueue |
private ArrayBlockingQueue<Command> |
EventLoopFactory.Consumer.queue |
Modifier and Type | Method and Description |
---|---|
ArrayBlockingQueue<Command> |
DefaultEventLoop.getQueue() |
static EventLoop<ArrayBlockingQueue<Command>,Thread> |
EventLoopFactory.newEventLoop(ThreadFactory threadFactory) |
Modifier and Type | Method and Description |
---|---|
void |
EventLoop.publish(Command command) |
void |
DefaultEventLoop.publish(Command command) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventLoop.setQueue(ArrayBlockingQueue<Command> queue) |
Constructor and Description |
---|
DefaultEventLoop(ArrayBlockingQueue<Command> eventQueue,
Thread thread) |
EventLoopFactory.Consumer(ArrayBlockingQueue<Command> queue) |
Modifier and Type | Class and Description |
---|---|
static class |
ABQEventDispatcher.Entry |
Modifier and Type | Field and Description |
---|---|
private EventLoop<ArrayBlockingQueue<Command>,ExecutorService> |
ABQEventDispatcher.eventLoop |
Constructor and Description |
---|
ABQEventDispatcher(EventLoop<ArrayBlockingQueue<Command>,ExecutorService> eventLoop,
Lane<String,ExecutorService> lane) |
ABQEventDispatcher(EventLoop<ArrayBlockingQueue<Command>,ExecutorService> eventLoop,
Lane<String,ExecutorService> lane,
Map<Integer,List<EventHandler>> handlersByEventType,
List<EventHandler> genericHandlers) |
Copyright © 2013. All Rights Reserved.