Package | Description |
---|---|
com.streamscape.lib.dispatcher | |
com.streamscape.lib.filter | |
com.streamscape.sdo.mf.admin |
Modifier and Type | Method and Description |
---|---|
Filter |
EventCache.getEventFilter()
Returns the event filter associated with the cache.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FilterSingleMap.containsFilter(Filter filter)
Checks if the map contains objects matching the specified filter.
|
java.lang.Object |
FilterSingleMap.getByFilter(Filter filter)
Returns an object matching the specified filter.
|
static boolean |
FilterUtils.matches(java.lang.String pattern,
Filter filter) |
void |
FilterSingleMap.put(Filter filter,
java.lang.Object object)
Puts the specified object with the specified filter to the map.
|
void |
FilterSingleMap.remove(Filter filter)
Removes an object matching the specified filter.
|
Constructor and Description |
---|
CompositeFilter(Filter filter)
Constructs a new filter from the specified simple filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
DatagramPrototypeCache.listEventIdsByFilter(Filter filter)
Returns a sorted list of event ids that match to the specified filter (the list is sorted by alphabetical order).
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.