public static enum Evictor.EvictionSource extends Enum<Evictor.EvictionSource>
| Enum Constant and Description |
|---|
CACHEMODE |
CRITICAL |
DAEMON |
EVICTORTHREAD |
MANUAL |
| Modifier and Type | Method and Description |
|---|---|
StatDefinition |
getNumBytesEvictedStatDef() |
static Evictor.EvictionSource |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic StatDefinition getNumBytesEvictedStatDef()
Copyright © 2024. All rights reserved.