Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
Modifier and Type | Method and Description |
---|---|
MemoryConfigurationBuilder |
MemoryConfigurationBuilder.addressCount(int addressCount)
Configuration setting when using off-heap that defines how many address pointers there are.
|
MemoryConfigurationBuilder |
MemoryConfigurationBuilder.evictionType(EvictionType type)
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. |
MemoryConfigurationBuilder |
ConfigurationChildBuilder.memory() |
MemoryConfigurationBuilder |
ConfigurationBuilder.memory() |
MemoryConfigurationBuilder |
MemoryConfigurationBuilder.read(MemoryConfiguration template) |
MemoryConfigurationBuilder |
MemoryConfigurationBuilder.size(long size)
Defines the maximum size before eviction occurs.
|
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.