Uses of Class
com.j_spaces.core.JSpaceAttributes
Packages that use JSpaceAttributes
Package
Description
Provides Space properties and security context services
Provides GigaSpaces administration services
Provides GigaSpaces cluster plug-in interfaces
Provides GigaSpaces JDBC interfaces
Provides GigaSpaces logging services
-
Uses of JSpaceAttributes in com.gigaspaces.internal.cluster
Constructors in com.gigaspaces.internal.cluster with parameters of type JSpaceAttributesModifierConstructorDescriptionSpaceClusterInfo(JSpaceAttributes spaceAttributes, String defaultMemberName) -
Uses of JSpaceAttributes in com.gigaspaces.internal.datasource
Methods in com.gigaspaces.internal.datasource with parameters of type JSpaceAttributesModifier and TypeMethodDescriptionstatic IStorageAdapterEDSAdapter.create(SpaceEngine spaceEngine, JSpaceAttributes spaceAttributes) -
Uses of JSpaceAttributes in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return JSpaceAttributesMethods in com.gigaspaces.internal.server.space with parameters of type JSpaceAttributesModifier and TypeMethodDescriptionstatic voidSpaceImpl.setConfig(String spaceName, String containerName, JSpaceAttributes config, String spaceFileURL) Constructors in com.gigaspaces.internal.server.space with parameters of type JSpaceAttributesModifierConstructorDescriptionSpaceImpl(String spaceName, String containerName, JSpaceContainerImpl container, SpaceURL url, JSpaceAttributes spaceConfig, Properties customProperties, boolean isSecondary, boolean securityEnabled, LifeCycle lifeCycle) -
Uses of JSpaceAttributes in com.j_spaces.core
Methods in com.j_spaces.core that return JSpaceAttributesModifier and TypeMethodDescriptionJSpaceAttributes.getDCacheProperties()JSpaceContainerImpl.ContainerEntry.getSpaceAttributes()Methods in com.j_spaces.core with parameters of type JSpaceAttributesModifier and TypeMethodDescriptionJSpaceContainerImpl.createSpace(String spaceName, JSpaceAttributes spaceAttr) Creates JSpace with unique space-name in this container and write the created space to appropriate Storage Adapter.static voidSpaceConfigFactory.performSaveAs(File selFile, String spaceName, String containerName, JSpaceAttributes spaceAttributes) Save content of SpaceAttributes instance into xml file( schema or configuration ).voidJSpaceAttributes.setDCacheProperties(JSpaceAttributes dCacheProperties) voidJSpaceContainerImpl.updateContainerXMLTree(String spaceName, JSpaceAttributes spaceAttr) Building XML space tree inside [container-name].xml file. -
Uses of JSpaceAttributes in com.j_spaces.core.admin
Subclasses of JSpaceAttributes in com.j_spaces.core.adminModifier and TypeClassDescriptionclassThis structure contains all information about space configuration.class -
Uses of JSpaceAttributes in com.j_spaces.core.cluster
Fields in com.j_spaces.core.cluster declared as JSpaceAttributesModifier and TypeFieldDescriptionClusterPolicy.m_DCacheAttributesDeprecated.No longer in the cluster policy. -
Uses of JSpaceAttributes in com.j_spaces.jdbc
Constructors in com.j_spaces.jdbc with parameters of type JSpaceAttributesModifierConstructorDescriptionQueryProcessorConfiguration(JSpaceAttributes conf, Properties localProps) -
Uses of JSpaceAttributes in com.j_spaces.kernel.log
Methods in com.j_spaces.kernel.log that return JSpaceAttributesModifier and TypeMethodDescriptionstatic JSpaceAttributesJProperties.convertXML(InputStream is, boolean isConvertToSystemProperty, Properties customProps) Convert XML file toPropertiesobject.static JSpaceAttributesJProperties.convertXML(String uri, boolean isConvertToSystemProperty) Convert XML file toPropertiesobject.static JSpaceAttributesJProperties.loadConfigDCache(String fileName) Returns the DCache configuration as specified in the file.Methods in com.j_spaces.kernel.log with parameters of type JSpaceAttributesModifier and TypeMethodDescriptionstatic voidJProperties.convertCustomSpacePropsToJProperties(String spaceName, Properties customProps, JSpaceAttributes spaceAttrib) Convert space attributes according to custom properties