|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventAggregator | |
---|---|
org.fusesource.hawtdispatch | HawtDispatch HawtDispatch is an abstract model for expressing concurrency via simple but powerful API. |
Uses of EventAggregator in org.fusesource.hawtdispatch |
---|
Subinterfaces of EventAggregator in org.fusesource.hawtdispatch | |
---|---|
interface |
OrderedEventAggregator<Event,MergedEvent>
This class should be implemented by Aggregator classes which depend on FIFO ordering of events from the point of view of the serial queue which merges events into it. |
Fields in org.fusesource.hawtdispatch declared as EventAggregator | |
---|---|
static EventAggregator<Integer,Integer> |
EventAggregators.INTEGER_ADD
An EventAggregator that coalesces integer data obtained via calls to CustomDispatchSource.merge(Object) . |
static EventAggregator<Integer,Integer> |
EventAggregators.INTEGER_OR
An EventAggregator that coalesces integer data obtained via calls to CustomDispatchSource.merge(Object) . |
static EventAggregator<Long,Long> |
EventAggregators.LONG_ADD
An EventAggregator that coalesces long data obtained via calls to CustomDispatchSource.merge(Object) . |
static EventAggregator<Long,Long> |
EventAggregators.LONG_OR
An EventAggregator that coalesces long data obtained via calls to CustomDispatchSource.merge(Object) . |
Methods in org.fusesource.hawtdispatch that return EventAggregator | ||
---|---|---|
static
|
EventAggregators.hashSet()
An EventAggregator that coalesces object data obtained via calls to CustomDispatchSource.merge(Object) into a hash set. |
|
static
|
EventAggregators.linkedList()
An EventAggregator that coalesces object data obtained via calls to CustomDispatchSource.merge(Object) into a linked list. |
Methods in org.fusesource.hawtdispatch with parameters of type EventAggregator | ||
---|---|---|
|
Dispatcher.createSource(EventAggregator<Event,MergedEvent> aggregator,
DispatchQueue queue)
Creates a new CustomDispatchSource to monitor events merged into
the dispatch source and automatically submit a handler runnable to a dispatch queue
in response to the events. |
|
static
|
Dispatch.createSource(EventAggregator<Event,MergedEvent> aggregator,
DispatchQueue queue)
Creates a new CustomDispatchSource to monitor events merged into
the dispatch source and automatically submit a handler runnable to a dispatch queue
in response to the events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |