Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<StorageType> |
MemoryConfiguration.STORAGE_TYPE |
Modifier and Type | Method and Description |
---|---|
StorageType |
MemoryConfiguration.storageType()
Storage type to use for the data container
|
static StorageType |
StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageType[] |
StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MemoryConfigurationBuilder |
MemoryConfigurationBuilder.storageType(StorageType storageType)
Set the
StorageType to determine how the data is stored in the data container. |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.