|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<NamedCacheObjectExpiredEventArgs.NamedCacheEventCode>
com.scaleoutsoftware.soss.client.NamedCacheObjectExpiredEventArgs.NamedCacheEventCode
public static enum NamedCacheObjectExpiredEventArgs.NamedCacheEventCode
Enumeration containing the event codes, which can be used to determine the reason why the object was expired and the event was fired.
| Enum Constant Summary | |
|---|---|
Dependency
An object is being removed due to a dependency change. |
|
LowMemory
A preemptable object was removed from memory due to a low memory condition. |
|
ObjectTimeout
An object's timeout expired. |
|
| Method Summary | |
|---|---|
static NamedCacheObjectExpiredEventArgs.NamedCacheEventCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NamedCacheObjectExpiredEventArgs.NamedCacheEventCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NamedCacheObjectExpiredEventArgs.NamedCacheEventCode LowMemory
public static final NamedCacheObjectExpiredEventArgs.NamedCacheEventCode ObjectTimeout
public static final NamedCacheObjectExpiredEventArgs.NamedCacheEventCode Dependency
| Method Detail |
|---|
public static NamedCacheObjectExpiredEventArgs.NamedCacheEventCode[] values()
for (NamedCacheObjectExpiredEventArgs.NamedCacheEventCode c : NamedCacheObjectExpiredEventArgs.NamedCacheEventCode.values()) System.out.println(c);
public static NamedCacheObjectExpiredEventArgs.NamedCacheEventCode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||