Package | Description |
---|---|
org.infinispan.loaders.file |
Simple filesystem-based
CacheStore implementation. |
Modifier and Type | Method and Description |
---|---|
FileCacheStoreConfig.FsyncMode |
FileCacheStoreConfig.getFsyncMode() |
static FileCacheStoreConfig.FsyncMode |
FileCacheStoreConfig.FsyncMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCacheStoreConfig.FsyncMode[] |
FileCacheStoreConfig.FsyncMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FileCacheStoreConfig |
FileCacheStoreConfig.fsyncMode(FileCacheStoreConfig.FsyncMode fsyncMode) |
void |
FileCacheStoreConfig.setFsyncMode(FileCacheStoreConfig.FsyncMode fsyncMode) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.