See: Description
| Interface | Description | 
|---|---|
| CachePolicy | A generic interface for cache policies. | 
| SpaceConfigurer | A generic interface for space configurers. | 
| Class | Description | 
|---|---|
| AbstractSpaceConfigurer | |
| AbstractSpaceFactoryBean | Base class for most space factory beans responsible for creating/finding  IJSpaceimplementation. | 
| 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  IJSpaceand 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 | |
| UrlSpaceConfigurer | A simple configurer helper to create  IJSpaceinstances. | 
| 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  IJSpacecan not be closed. | 
| CannotCreateSpaceException | Happens when  IJSpacecan not be created. | 
| CannotFindSpaceException | Happens when  IJSpacecan 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.