| Package | Description |
|---|---|
| org.hibernate.cache.infinispan | |
| org.infinispan.config |
Cache configuration beans and parsers.
|
| org.infinispan.configuration.cache |
Classes related to eviction.
|
| org.infinispan.container |
Data containers which store cache entries.
|
| org.infinispan.eviction |
Classes related to eviction.
|
| Modifier and Type | Method and Description |
|---|---|
EvictionStrategy |
TypeOverrides.getEvictionStrategy() |
| Modifier and Type | Field and Description |
|---|---|
protected EvictionStrategy |
Configuration.EvictionType.strategy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EvictionStrategy |
Configuration.getEvictionStrategy()
Deprecated.
|
EvictionStrategy |
Configuration.EvictionType.getStrategy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setEvictionStrategy(EvictionStrategy evictionStrategy)
Deprecated.
|
void |
Configuration.EvictionType.setStrategy(EvictionStrategy strategy)
Deprecated.
The visibility of this will be reduced, use
Configuration.EvictionType.strategy(EvictionStrategy) |
FluentConfiguration.EvictionConfig |
FluentConfiguration.EvictionConfig.strategy(EvictionStrategy strategy)
Deprecated.
Eviction strategy.
|
FluentConfiguration.EvictionConfig |
Configuration.EvictionType.strategy(EvictionStrategy strategy)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EvictionStrategy |
EvictionConfiguration.strategy()
Eviction strategy.
|
| Modifier and Type | Method and Description |
|---|---|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.strategy(EvictionStrategy evictionStrategy)
Eviction strategy.
|
| Modifier and Type | Method and Description |
|---|---|
static DataContainer |
DefaultDataContainer.boundedDataContainer(int concurrencyLevel,
int maxEntries,
EvictionStrategy strategy,
EvictionThreadPolicy policy) |
| Constructor and Description |
|---|
DefaultDataContainer(int concurrencyLevel,
int maxEntries,
EvictionStrategy strategy,
EvictionThreadPolicy policy) |
| 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 © 2012 JBoss by Red Hat. All Rights Reserved.