Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<StorageType> |
MemoryConfiguration.STORAGE |
static AttributeDefinition<StorageType> |
MemoryStorageConfiguration.STORAGE_TYPE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static StorageType |
StorageType.forElement(String element) |
StorageType |
MemoryConfiguration.storage() |
StorageType |
MemoryConfigurationBuilder.storage() |
StorageType |
MemoryStorageConfiguration.storageType()
Deprecated.
|
StorageType |
MemoryConfiguration.storageType()
Deprecated.
Use
MemoryConfiguration.storage() instead. |
StorageType |
MemoryConfigurationBuilder.storageType()
Deprecated.
Since 11.0, use
MemoryConfigurationBuilder.storage() instead. |
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.storage(StorageType storageType) |
MemoryConfigurationBuilder |
MemoryConfigurationBuilder.storageType(StorageType storageType)
Deprecated.
Since 11.0, use
MemoryConfigurationBuilder.storage(StorageType) instead. |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log.groupingOnlyCompatibleWithObjectStorage(StorageType storageType) |
CacheConfigurationException |
Log_$logger.groupingOnlyCompatibleWithObjectStorage(StorageType storageType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.