public class AcceleratorConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCELERATOR_HEADER |
static java.lang.String |
ATTR_NOCACHE |
static java.lang.String |
ATTR_NOPERSIST |
static java.lang.String |
CACHE |
static java.lang.String |
NOCACHE |
static java.lang.String |
NOPERSIST |
static java.lang.String |
PERSIST |
| Constructor and Description |
|---|
AcceleratorConfig() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accelerated() |
static void |
cache() |
static int |
getChunkCount() |
static long |
getChunkSpan() |
static boolean |
getDefaultDeleteNocache() |
static boolean |
getDefaultDeleteNopersist() |
static boolean |
getDefaultReadNocache() |
static boolean |
getDefaultReadNopersist() |
static boolean |
getDefaultWriteNocache() |
static boolean |
getDefaultWriteNopersist() |
static void |
instantiated() |
static boolean |
isCache() |
static boolean |
isInstantiated() |
static boolean |
isPersist() |
static void |
nocache() |
static void |
nopersist() |
static void |
persist() |
static void |
setChunkCount(int count) |
static void |
setChunkSpan(long span) |
public static final java.lang.String ATTR_NOCACHE
public static final java.lang.String ATTR_NOPERSIST
public static final java.lang.String NOCACHE
public static final java.lang.String NOPERSIST
public static final java.lang.String CACHE
public static final java.lang.String PERSIST
public static final java.lang.String ACCELERATOR_HEADER
public static final boolean getDefaultReadNocache()
public static final boolean getDefaultReadNopersist()
public static final boolean getDefaultWriteNocache()
public static final boolean getDefaultWriteNopersist()
public static final boolean getDefaultDeleteNocache()
public static final boolean getDefaultDeleteNopersist()
public static void instantiated()
public static final void nocache()
public static final void cache()
public static final void nopersist()
public static final void persist()
public static final boolean isCache()
public static final boolean isPersist()
public static final boolean accelerated()
public static final boolean isInstantiated()
public static void setChunkCount(int count)
public static void setChunkSpan(long span)
public static int getChunkCount()
public static long getChunkSpan()