public static enum Evictor.EvictionSource extends java.lang.Enum<Evictor.EvictionSource>
Enum Constant and Description |
---|
CACHEMODE |
CRITICAL |
DAEMON |
EVICTORTHREAD |
MANUAL |
Modifier and Type | Method and Description |
---|---|
StatDefinition |
getAvgBatchStatDef() |
StatDefinition |
getBINStatDef() |
StatDefinition |
getNumBatchesStatDef() |
StatDefinition |
getUpperINStatDef() |
static Evictor.EvictionSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Evictor.EvictionSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Evictor.EvictionSource EVICTORTHREAD
public static final Evictor.EvictionSource MANUAL
public static final Evictor.EvictionSource CRITICAL
public static final Evictor.EvictionSource CACHEMODE
public static final Evictor.EvictionSource DAEMON
public static Evictor.EvictionSource[] values()
for (Evictor.EvictionSource c : Evictor.EvictionSource.values()) System.out.println(c);
public static Evictor.EvictionSource valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic StatDefinition getBINStatDef()
public StatDefinition getUpperINStatDef()
public StatDefinition getNumBatchesStatDef()
public StatDefinition getAvgBatchStatDef()
Copyright (c) 2004-2012 Oracle. All rights reserved.