Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Method and Description |
---|---|
EvictionConfigurationBuilder |
ConfigurationChildBuilder.eviction()
Deprecated.
Use
ConfigurationBuilder.memory() instead |
EvictionConfigurationBuilder |
ConfigurationBuilder.eviction()
Deprecated.
Since 9.0, Use
ConfigurationBuilder.memory() instead |
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.maxEntries(int maxEntries)
Deprecated.
|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.maxEntries(long maxEntries)
Deprecated.
|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.read(EvictionConfiguration template)
Deprecated.
|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.size(long size)
Deprecated.
Defines the maximum size before eviction occurs.
|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.strategy(EvictionStrategy evictionStrategy)
Deprecated.
Eviction strategy.
|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.threadPolicy(EvictionThreadPolicy policy)
Deprecated.
Threading policy for eviction.
|
EvictionConfigurationBuilder |
EvictionConfigurationBuilder.type(EvictionType type)
Deprecated.
Sets the eviction type which can either be
COUNT - entries will be evicted when the number of entries exceeds the
size(long)
MEMORY - entries will be evicted when the approximate combined size of all values exceeds the size(long)
Cache size is guaranteed not to exceed upper
limit specified by max entries. |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.