public final class CacheThresholdAction
extends java.lang.Enum
Title: Structured Data Objects
Description: Defines a type of action which will be performed if the Event Cache is overflowed.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static CacheThresholdAction |
LRE_DISCARD
Least Recent Event will be discarded (oldest event will be removed from the Event Cache).
|
static 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 |
valueOf(java.lang.String name) |
static CacheThresholdAction[] |
values() |
public static final CacheThresholdAction LRE_DISCARD
public static final CacheThresholdAction MRE_DISCARD
public static CacheThresholdAction[] values()
public static CacheThresholdAction valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.