Modifier and Type | Interface and Description |
---|---|
public interface | EventExecutor
The |
public interface | EventExecutorChooserFactory
Factory that creates new |
public interface | EventExecutorGroup
The |
public interface | |
public interface | |
public interface | |
public interface | |
public interface | OrderedEventExecutor
Marker interface for |
public interface | |
public interface | |
public interface | |
public interface | RejectedExecutionHandler
Similar to |
public interface | |
public interface | ThreadProperties
Expose details for a |
Modifier and Type | Class and Description |
---|---|
public abstract class | AbstractEventExecutor
Abstract base class for |
public abstract class | AbstractEventExecutorGroup
Abstract base class for |
public abstract class | |
public abstract class | AbstractScheduledEventExecutor
Abstract base class for |
public class | BlockingOperationException
An |
public abstract class | CompleteFuture<V>
A skeletal |
public class | DefaultEventExecutor
Default |
public class | DefaultEventExecutorChooserFactory
Default implementation which uses simple round-robin to choose next |
public class | DefaultEventExecutorGroup
Default implementation of |
pack-priv class | |
public class | |
public class | |
public class | DefaultThreadFactory
A |
public class | |
public class | FastThreadLocal<
the type of the thread-local variable V>A special variant of |
pack-priv class | |
public class | FastThreadLocalThread
A special |
public class | GlobalEventExecutor
Single-thread singleton |
public class | ImmediateEventExecutor
Executes |
public class | ImmediateExecutor
|
public abstract class | MultithreadEventExecutorGroup
Abstract base class for |
public class | NonStickyEventExecutorGroup
|
public class | PromiseAggregator<
the type of value returned by the V, Future the type of F extends FutureFuture
Deprecated
Use
PromiseCombiner#PromiseCombiner(EventExecutor) .
|
public class | PromiseCombiner
A promise combiner monitors the outcome of a number of discrete futures, then notifies a final, aggregate promise when all of the combined futures are finished. |
public class | PromiseNotifier<
the type of value returned by the future V, the type of future F extends Future
|
pack-priv class | |
public class | RejectedExecutionHandlers
Expose helper methods which create different |
pack-priv class | |
public abstract class | SingleThreadEventExecutor
Abstract base class for |
public class | |
public class | |
public class | |
public class | UnorderedThreadPoolEventExecutor
|