|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<XmlaOlap4jNamedMemoryCache.Property>
org.olap4j.driver.xmla.cache.XmlaOlap4jNamedMemoryCache.Property
public static enum XmlaOlap4jNamedMemoryCache.Property
Properties which will be considered for configuration.
All parameters are optional.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| 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 XmlaOlap4jNamedMemoryCache.Property NAME
public static final XmlaOlap4jNamedMemoryCache.Property SIZE
public static final XmlaOlap4jNamedMemoryCache.Property TIMEOUT
public static final XmlaOlap4jNamedMemoryCache.Property MODE
| Method Detail |
|---|
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 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 | ||||||||