Uses of Class
com.j_spaces.core.CreateException
Packages that use CreateException
Package
Description
Provides Space properties and security context services
Provides GigaSpaces cluster plug-in interfaces
-
Uses of CreateException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that throw CreateExceptionModifier and TypeMethodDescriptionvoidSpaceEngine.init(boolean loadDataFromDB, boolean considerMemoryRecovery) voidSpaceImpl.initAndRecoverFromDataStorage(boolean isWarm) Initialize main space componentsConstructors in com.gigaspaces.internal.server.space that throw CreateExceptionModifierConstructorDescriptionSpaceEngine(SpaceImpl spaceImpl) SpaceImpl(String spaceName, String containerName, JSpaceContainerImpl container, SpaceURL url, JSpaceAttributes spaceConfig, Properties customProperties, boolean isSecondary, boolean securityEnabled, LifeCycle lifeCycle) -
Uses of CreateException in com.j_spaces.core
Methods in com.j_spaces.core that throw CreateExceptionModifier 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. -
Uses of CreateException in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache that throw CreateExceptionConstructors in com.j_spaces.core.cache that throw CreateExceptionModifierConstructorDescriptionCacheManager(SpaceConfigReader configReader, ClusterPolicy clusterPolicy, SpaceTypeManager typeManager, IReplicationNode replicationNode, IStorageAdapter sa, SpaceEngine engine, Properties customProperties) -
Uses of CreateException in com.j_spaces.core.cluster
Methods in com.j_spaces.core.cluster that throw CreateExceptionModifier and TypeMethodDescriptionClusterXML.createClusterPolicy(String clusterMemberName) Creating cluster policy object.ClusterXML.createReplDescPolicy(String sourceMemberName, Element groupMemberNode, List<String> groupMemList) Creates replication policy description for every repl group member.Constructors in com.j_spaces.core.cluster that throw CreateExceptionModifierConstructorDescriptionClusterXML(int _totalMembers, int _backupMembers, String _clusterSchemaName, String _clusterName, String _distCacheConfigName) 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.