public static enum XmlaOlap4jNamedMemoryCache.Property extends Enum<XmlaOlap4jNamedMemoryCache.Property>
All parameters are optional.
| Enum Constant and Description |
|---|
MODE
Eviction mode.
|
NAME
A unique identifier which allows two connections to share a same
cache space.
|
SIZE
The number of entries to maintain in cache under
the given cache name.
|
TIMEOUT
The number of seconds to maintain
entries in cache before expiration.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlaOlap4jNamedMemoryCache.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlaOlap4jNamedMemoryCache.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlaOlap4jNamedMemoryCache.Property NAME
public static final XmlaOlap4jNamedMemoryCache.Property SIZE
public static final XmlaOlap4jNamedMemoryCache.Property TIMEOUT
public static final XmlaOlap4jNamedMemoryCache.Property MODE
public static XmlaOlap4jNamedMemoryCache.Property[] values()
for (XmlaOlap4jNamedMemoryCache.Property c : XmlaOlap4jNamedMemoryCache.Property.values()) System.out.println(c);
public static XmlaOlap4jNamedMemoryCache.Property 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 null