| Package | Description | 
|---|---|
| com.gigaspaces.internal.cluster | |
| com.gigaspaces.internal.datasource | |
| com.gigaspaces.internal.server.space | |
| com.j_spaces.core | 
 Provides Space properties and security context services 
 | 
| com.j_spaces.core.admin | 
 Provides GigaSpaces administration services 
 | 
| com.j_spaces.core.cluster | 
 Provides GigaSpaces cluster plug-in interfaces 
 | 
| com.j_spaces.jdbc | 
 Provides GigaSpaces JDBC interfaces 
 | 
| com.j_spaces.kernel.log | 
 Provides GigaSpaces logging services 
 | 
| Constructor and Description | 
|---|
SpaceClusterInfo(JSpaceAttributes spaceAttributes,
                String defaultMemberName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IStorageAdapter | 
EDSAdapter.create(SpaceEngine spaceEngine,
      JSpaceAttributes spaceAttributes)  | 
| Modifier and Type | Method and Description | 
|---|---|
JSpaceAttributes | 
SpaceImpl.getJspaceAttr()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
SpaceImpl.setConfig(String spaceName,
         String containerName,
         JSpaceAttributes config,
         String spaceFileURL)  | 
| Constructor and Description | 
|---|
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 | 
|---|---|
JSpaceAttributes | 
JSpaceAttributes.getDCacheProperties()  | 
JSpaceAttributes | 
JSpaceContainerImpl.ContainerEntry.getSpaceAttributes()  | 
| 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. 
 | 
static void | 
SpaceConfigFactory.performSaveAs(File selFile,
             String spaceName,
             String containerName,
             JSpaceAttributes spaceAttributes)
Save content of SpaceAttributes instance into xml file( schema or configuration ). 
 | 
void | 
JSpaceAttributes.setDCacheProperties(JSpaceAttributes dCacheProperties)  | 
void | 
JSpaceContainerImpl.updateContainerXMLTree(String spaceName,
                      JSpaceAttributes spaceAttr)
Building XML space tree inside [container-name].xml file. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceConfig
This structure contains all information about space configuration. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
JSpaceAttributes | 
ClusterPolicy.m_DCacheAttributes
Deprecated. 
 
No longer in the cluster policy. Included in a space configuration. In order to
 get the attributes use: ((JSpaceAttributes)JProperties.getSpaceProperties(getServiceName())).getDCacheProperties(). 
 | 
| Constructor and Description | 
|---|
QueryProcessorConfiguration(JSpaceAttributes conf,
                           Properties localProps)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JSpaceAttributes | 
JProperties.convertXML(InputStream is,
          boolean isConvertToSystemProperty,
          Properties customProps)
Convert XML file to  
Properties object. | 
static JSpaceAttributes | 
JProperties.convertXML(String uri,
          boolean isConvertToSystemProperty)
Convert XML file to  
Properties object. | 
static JSpaceAttributes | 
JProperties.loadConfigDCache(String fileName)
Returns the DCache configuration as specified in the file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
JProperties.convertCustomSpacePropsToJProperties(String spaceName,
                                    Properties customProps,
                                    JSpaceAttributes spaceAttrib)
Convert space attributes according to custom properties 
 | 
Copyright © GigaSpaces.