Uses of Class
org.infinispan.configuration.cache.MemoryConfigurationBuilder
Packages that use MemoryConfigurationBuilder
-
Uses of MemoryConfigurationBuilder in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return MemoryConfigurationBuilderModifier and TypeMethodDescriptionMemoryConfigurationBuilder.maxCount
(long count) MemoryConfigurationBuilder.maxSize
(long l) ConfigurationBuilder.memory()
ConfigurationChildBuilder.memory()
MemoryConfigurationBuilder.read
(MemoryConfiguration template, Combine combine) MemoryConfigurationBuilder.storage
(StorageType storageType) Set theStorageType
to determine how the data is stored in the data container.MemoryConfigurationBuilder.whenFull
(EvictionStrategy strategy) Sets the eviction strategy which can be: NONE - no eviction will take place MANUAL - no eviction will take place automatically, but user is assumed to manually call evict REMOVE - eviction will remove entries to make room for new entries to be inserted EXCEPTION - eviction will not take place, but instead an exception will be thrown to ensure container doesn't grow too large