Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.cli.tlp | |
com.streamscape.lib.dispatcher | |
com.streamscape.sdo.enums | |
com.streamscape.sef | |
com.streamscape.sef.moderator |
Modifier and Type | Method and Description |
---|---|
CacheThresholdAction |
HTTPEventCache.getThresholdAction() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPFabricConnection.addEventCache(java.lang.String eventFilter,
int maxSize,
CacheThresholdAction thresholdAction) |
Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.addEventCache(java.lang.String eventFilter,
int maxSize,
CacheThresholdAction thresholdAction)
Adds a new event cache.
|
Modifier and Type | Method and Description |
---|---|
abstract CacheThresholdAction |
EventCache.getThresholdAction()
Returns a type of the action that is performed if the cache is overflowed.
|
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.addEventCache(java.lang.String eventFilter,
int maxSize,
CacheThresholdAction thresholdAction)
Adds a new event cache.
|
Modifier and Type | Field and Description |
---|---|
static CacheThresholdAction |
CacheThresholdAction.LRE_DISCARD
Least Recent Event will be discarded (oldest event will be removed from the Event Cache).
|
static CacheThresholdAction |
CacheThresholdAction.MRE_DISCARD
Most Recent Event will be discarded (new event won't be put to the Event Cache).
|
Modifier and Type | Method and Description |
---|---|
static CacheThresholdAction |
CacheThresholdAction.valueOf(java.lang.String name) |
static CacheThresholdAction[] |
CacheThresholdAction.values() |
Modifier and Type | Method and Description |
---|---|
CacheThresholdAction |
EventCache.getThresholdAction()
Returns a type of the action that is performed if the cache is overflowed.
|
Modifier and Type | Method and Description |
---|---|
CacheThresholdAction |
EventCacheReference.getThresholdAction()
Returns a type of the action that is performed if the cache is overflowed.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.