Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.eviction |
Classes related to eviction.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<EvictionStrategy> |
EvictionConfiguration.STRATEGY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EvictionStrategy |
EvictionConfiguration.strategy()
Deprecated.
Eviction strategy.
|
Modifier and Type | Method and Description |
---|---|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.strategy(EvictionStrategy evictionStrategy)
Deprecated.
Eviction strategy.
|
Modifier and Type | Method and Description |
---|---|
static EvictionStrategy |
EvictionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvictionStrategy[] |
EvictionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.