Package | Description |
---|---|
com.streamscape.lib.dispatcher | |
com.streamscape.lib.filter |
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.addEventCache(java.lang.String eventFilter,
int maxSize,
CacheThresholdAction thresholdAction)
Adds a new event cache.
|
EventAsyncConsumer |
EventDispatcher.createAsyncConsumer(java.lang.String consumerName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventListener listener)
Creates a new event asynchronous consumer and adds this consumer to the dispatcher.
|
EventConsumer |
EventDispatcher.createConsumer(java.lang.String consumerName,
java.lang.String eventFilter,
java.lang.String eventSelector,
EventListener listener)
Creates a new event asynchronous consumer and adds this consumer to the dispatcher.
|
EventCache |
EventDispatcher.getEventCache(java.lang.String eventFilter)
Returns an event cache associated with the specified simple event filter.
|
void |
EventDispatcher.removeEventCache(java.lang.String eventFilter)
Removes event cache associated with the specified simple event filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FilterSingleMap.containsFilter(java.lang.String filter)
Checks if the map contains objects matching the specified filter.
|
boolean |
FilterMap.containsFilter(java.lang.String filter)
Checks if the map contains objects matching the specified filter.
|
java.lang.Object |
FilterSingleMap.getByFilter(java.lang.String filter)
Returns an object matching the specified filter.
|
static boolean |
FilterUtils.matches(java.lang.String pattern,
java.lang.String filter)
Checks if the specified pattern matches the specified filter.
|
void |
FilterSingleMap.put(java.lang.String filter,
java.lang.Object object)
Puts the specified object with the specified filter to the map.
|
void |
FilterMap.put(java.lang.String filter,
java.lang.Object object)
Puts the specified object with the specified filter to the map.
|
void |
FilterSingleMap.remove(java.lang.String filter)
Removes an object matching the specified filter.
|
void |
FilterMap.remove(java.lang.String filter,
java.lang.Object object)
Removes the specified object matching the specified filter.
|
Constructor and Description |
---|
CompositeFilter(java.lang.String from)
Constructs a new filter from the specified string.
|
CompositeFilter(java.lang.String from,
boolean initStringForm)
Constructs a new filter from the specified string.
|
Filter(java.lang.String from)
Constructs a new filter from the specified string.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.