Package | Description |
---|---|
org.openspaces.core.config |
Support classes for Spring namespace based configuration of OpenSpaces core.
|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
Modifier and Type | Method and Description |
---|---|
CachePolicy |
BlobStoreDataPolicyConfigurer.asCachePolicy() |
CachePolicy |
CustomCachePolicyFactoryBean.asCachePolicy() |
CachePolicy |
BlobStoreDataPolicyFactoryBean.asCachePolicy() |
Modifier and Type | Class and Description |
---|---|
class |
AllInCachePolicy
A cache policy that stores all the data in the space.
|
class |
BlobStoreDataCachePolicy
A cache policy that stores data blobStore and indexes onheap.
|
class |
CustomCachePolicy
Configures the Space to run in Custom mode.
|
class |
LruCachePolicy
Configures the Space to run in LRU mode.
|
class |
TieredStorageCachePolicy |
Modifier and Type | Method and Description |
---|---|
UrlSpaceConfigurer |
UrlSpaceConfigurer.cachePolicy(CachePolicy cachePolicy) |
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.cachePolicy(CachePolicy cachePolicy) |
void |
EmbeddedSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy) |
void |
UrlSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy)
Sets the cache policy that the space will use.
|
void |
InternalSpaceFactory.setCachePolicy(CachePolicy cachePolicy) |
Copyright © GigaSpaces.