EventExecutor
.
Modifier and Type | Class and Description |
---|---|
private static class | |
private static class |
Modifier and Type | Field and Description |
---|---|
public static final DefaultEventExecutorChooserFactory |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
private static boolean | |
public EventExecutorChooserFactory. | newChooser(EventExecutor[] executors)
Implements io. EventExecutorChooser .
|
INSTANCE | back to summary |
---|---|
public static final DefaultEventExecutorChooserFactory INSTANCE |
DefaultEventExecutorChooserFactory | back to summary |
---|---|
private DefaultEventExecutorChooserFactory() |
isPowerOfTwo | back to summary |
---|---|
private static boolean isPowerOfTwo(int val) |
newChooser | back to summary |
---|---|
public EventExecutorChooserFactory. Implements io. Doc from io. Returns a new
|
Modifier and Type | Field and Description |
---|---|
private final EventExecutor[] | |
private final AtomicLong |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public EventExecutor | next()
Implements io. EventExecutor to use.
|
executors | back to summary |
---|---|
private final EventExecutor[] executors |
idx | back to summary |
---|---|
private final AtomicLong idx |
GenericEventExecutorChooser | back to summary |
---|---|
pack-priv GenericEventExecutorChooser(EventExecutor[] executors) |
next | back to summary |
---|---|
public EventExecutor next() Implements io. Doc from io. Returns the new
|
Modifier and Type | Field and Description |
---|---|
private final EventExecutor[] | |
private final AtomicInteger |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public EventExecutor | next()
Implements io. EventExecutor to use.
|
executors | back to summary |
---|---|
private final EventExecutor[] executors |
idx | back to summary |
---|---|
private final AtomicInteger idx |
PowerOfTwoEventExecutorChooser | back to summary |
---|---|
pack-priv PowerOfTwoEventExecutorChooser(EventExecutor[] executors) |
next | back to summary |
---|---|
public EventExecutor next() Implements io. Doc from io. Returns the new
|