Uses of Class
com.gigaspaces.server.eviction.SpaceEvictionStrategy
Packages that use SpaceEvictionStrategy
Package
Description
Support classes for Spring namespace based configuration of OpenSpaces core.
This package is responsible for simplifying the creation of IJSpace implementation.
-
Uses of SpaceEvictionStrategy in com.gigaspaces.internal.server.space.eviction
Subclasses of SpaceEvictionStrategy in com.gigaspaces.internal.server.space.evictionModifier and TypeClassDescriptionclassclassnote- concurrent LRU is not an "accurate" eviction policy in the sense that the number of objects stored can be lower than the limit defined but new objects will be rejected.classclassabstract class- infra' for time-based eviction strategy -
Uses of SpaceEvictionStrategy in org.openspaces.core.config
Methods in org.openspaces.core.config that return SpaceEvictionStrategyMethods in org.openspaces.core.config with parameters of type SpaceEvictionStrategyModifier and TypeMethodDescriptionvoidCustomCachePolicyFactoryBean.setSpaceEvictionStrategy(SpaceEvictionStrategy spaceEvictionStrategy) -
Uses of SpaceEvictionStrategy in org.openspaces.core.space
Methods in org.openspaces.core.space with parameters of type SpaceEvictionStrategyModifier and TypeMethodDescriptionCustomCachePolicy.evictionStrategy(SpaceEvictionStrategy evictionStrategy) Sets the custom eviction strategy to be used by the space, When using a Custom Cache Policy this property must be set.CustomCachePolicy.setEvictionStrategy(SpaceEvictionStrategy evictionStrategy) Sets the custom eviction strategy to be used by the space, When using a Custom Cache Policy this property must be set.