See: Description
Interface | Description |
---|---|
CachePolicy |
A generic interface for cache policies.
|
EmbeddedSpaceFactoryBeanConfigurer | |
SpaceConfigurer |
A generic interface for space configurers.
|
Class | Description |
---|---|
AbstractAnnotationRegistry | |
AbstractSpaceConfigurer | |
AbstractSpaceFactoryBean |
Base class for most space factory beans responsible for creating/finding
IJSpace
implementation. |
AllInCachePolicy |
A cache policy that stores all the data in the space.
|
BlobStoreDataCachePolicy |
A cache policy that stores data blobStore and indexes onheap.
|
CustomCachePolicy |
Configures the Space to run in Custom mode.
|
DirectSpaceFactoryBean |
A direct space factory bean, initialized with an existing
IJSpace and provides it as the
space. |
EmbeddedSpaceConfigurer | |
EmbeddedSpaceFactoryBean | |
ExecutorSpaceFilter | |
InternalSpaceFactory | |
LruCachePolicy |
Configures the Space to run in LRU mode.
|
RestBean | |
SecurityConfig |
A configuration object allowing to configure security context (username, password) when working
with the Space.
|
SpaceProxyConfigurer | |
SpaceProxyFactoryBean | |
SpaceServiceDetails |
A Space service defined within a processing unit.
|
SpaceServiceDetails.Attributes | |
TieredStorageCachePolicy | |
UrlSpaceConfigurer |
A simple configurer helper to create
IJSpace instances. |
UrlSpaceFactoryBean |
A space factory bean that creates a space (
IJSpace ) based on a url. |
Enum | Description |
---|---|
SpaceType |
The type of a space.
|
Exception | Description |
---|---|
CannotCloseSpaceException |
Happens when
IJSpace can not be closed. |
CannotCreateSpaceException |
Happens when
IJSpace can not be created. |
CannotFindSpaceException |
Happens when
IJSpace can not be found (when using jini/rmi protocol). |
Most common class used is UrlSpaceFactoryBean which uses GigaSapces SpaceFinder.find in order to find/create a Space based a url and additional properties.
Copyright © GigaSpaces.