| Package | Description | 
|---|---|
| com.gigaspaces.internal.server.space | |
| com.j_spaces.core | 
 Provides Space properties and security context services 
 | 
| com.j_spaces.core.cache | |
| com.j_spaces.core.cluster | 
 Provides GigaSpaces cluster plug-in interfaces 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpaceEngine.init(boolean loadDataFromDB,
    boolean considerMemoryRecovery)  | 
void | 
SpaceImpl.initAndRecoverFromDataStorage(boolean isWarm)
Initialize main space components 
 | 
| Constructor and Description | 
|---|
SpaceEngine(SpaceImpl spaceImpl)  | 
SpaceImpl(String spaceName,
         String containerName,
         JSpaceContainerImpl container,
         SpaceURL url,
         JSpaceAttributes spaceConfig,
         Properties customProperties,
         boolean isSecondary,
         boolean securityEnabled,
         LifeCycle lifeCycle)  | 
| Modifier and Type | Method and Description | 
|---|---|
IJSpace | 
JSpaceContainerImpl.createSpace(String spaceName,
           JSpaceAttributes spaceAttr)
Creates JSpace with unique space-name in this container and write the created space to
 appropriate Storage Adapter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CacheManager.init(Properties properties)  | 
| Constructor and Description | 
|---|
CacheManager(SpaceConfigReader configReader,
            ClusterPolicy clusterPolicy,
            SpaceTypeManager typeManager,
            IReplicationNode replicationNode,
            IStorageAdapter sa,
            SpaceEngine engine,
            Properties customProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClusterPolicy | 
ClusterXML.createClusterPolicy(String clusterMemberName)
Creating cluster policy object. 
 | 
ReplicationPolicy.ReplicationPolicyDescription | 
ClusterXML.createReplDescPolicy(String sourceMemberName,
                    Element groupMemberNode,
                    List<String> groupMemList)
Creates replication policy description for every repl group member. 
 | 
| Constructor and Description | 
|---|
ClusterXML(int _totalMembers,
          int _backupMembers,
          String _clusterSchemaName,
          String _clusterName,
          String _distCacheConfigName,
          String _jmsConfigName,
          String _groups)
SEMI-DYNAMIC CLUSTERING ONLY !!! =================================== Constructor- Used when
 the cluster is setuped using the SpaceFinder and The cluster_schema etc. 
 | 
ClusterXML(SpaceURL spaceURL,
          String clusterConfigUrl,
          String spaceName)
This constructor is used for both cases: when cluster parameters are passed viw SpaceFinder
 and for the case when cluster URL is passed. 
 | 
ClusterXML(String clusterConfigURLs)
Constructor. 
 | 
Copyright © GigaSpaces.