GigaSpaces XAP 9.7.2 API

Uses of Class
com.j_spaces.core.client.SpaceURL

Packages that use SpaceURL
com.j_spaces.core Provides Space properties and security context services 
com.j_spaces.core.client Provides GigaSpaces client interface services 
com.j_spaces.core.cluster Provides GigaSpaces cluster plug-in interfaces 
org.openspaces.admin.space Support for managing of Space(s) through the Admin API. 
org.openspaces.core.space This package is responsible for simplifying the creation of IJSpace implementation. 
org.openspaces.core.util A package including utility classes for OpenSpaces core. 
org.openspaces.pu.container.servicegrid A Service Grid based processing unit container. 
 

Uses of SpaceURL in com.j_spaces.core
 

Methods in com.j_spaces.core that return SpaceURL
 SpaceURL IJSpace.getFinderURL()
          Returns the SpaceURL object which was used as the argument for SpaceFinder.find(SpaceURL) while looking for the space.
 SpaceURL SpaceCopyStatus.getSourceMemberURL()
           
 SpaceURL IJSpace.getURL()
          Returns the SpaceURL instance which was used to initialize the space.
 SpaceURL IJSpaceContainer.getURL()
          Deprecated. Returns the SpaceURL instance which was used to initialize the space.
 

Uses of SpaceURL in com.j_spaces.core.client
 

Methods in com.j_spaces.core.client that return SpaceURL
 SpaceURL SpaceURL.clone()
          Deprecated. deep clones this SpaceURL instance - makes a distinct copy of each of the SpaceURL fields, and underlying tables.
 SpaceURL SpaceURL.setProperty(String key, String value)
          Deprecated. An overwrite method to set a SpaceURL property.
 

Uses of SpaceURL in com.j_spaces.core.cluster
 

Fields in com.j_spaces.core.cluster with type parameters of type SpaceURL
 List<SpaceURL> ReplicationPolicy.m_ReplicationGroupMembersURLs
           
 

Methods in com.j_spaces.core.cluster that return SpaceURL
 SpaceURL ReplicationPolicy.getSpaceReplicationUrl(String fullSpaceName)
           
 

Methods in com.j_spaces.core.cluster that return types with arguments of type SpaceURL
 List<SpaceURL> ReplicationPolicy.getPrimaryTargets(List<String> excludeTargets)
          Returns a list of URLs or an empty list of primary targets .
 List<SpaceURL> ReplicationPolicy.getRecoverableTargets(List<String> excludeTargets)
          Finds all the recovery targets in cluster.
 List<SpaceURL> ReplicationPolicy.getSyncTargets(List<String> excludeTargets)
          Returns a list of URLs or an empty list of reliable targets to recover from.
 

Constructor parameters in com.j_spaces.core.cluster with type arguments of type SpaceURL
ReplicationPolicy(String clusterName, String replicationGroupName, List<String> replicationGroupMembersNames, List<SpaceURL> replicationGroupMembersURLs, String ownMemberName, Hashtable<String,ReplicationPolicy.ReplicationPolicyDescription> replMemberPolicyDescTable, com.gigaspaces.cluster.replication.sync.SyncReplPolicy syncReplPolicy, com.gigaspaces.internal.cluster.node.impl.config.MultiBucketReplicationPolicy multiBucketReplicationPolicy, com.j_spaces.core.cluster.SwapBacklogConfig swapRedologPolicy)
           
 

Uses of SpaceURL in org.openspaces.admin.space
 

Methods in org.openspaces.admin.space that return SpaceURL
 SpaceURL SpaceInstance.getSpaceUrl()
           
 

Uses of SpaceURL in org.openspaces.core.space
 

Methods in org.openspaces.core.space that return SpaceURL
protected  SpaceURL[] UrlSpaceFactoryBean.doGetSpaceUrls()
          Parses the given space url using SpaceURLParser and returns the parsed SpaceURL.
 SpaceURL SpaceServiceDetails.getSpaceUrl()
           
 

Uses of SpaceURL in org.openspaces.core.util
 

Methods in org.openspaces.core.util with parameters of type SpaceURL
static boolean SpaceUtils.isRemoteProtocol(SpaceURL spaceUrl)
          Returns true if the url points at a remote protocol.
 

Uses of SpaceURL in org.openspaces.pu.container.servicegrid
 

Methods in org.openspaces.pu.container.servicegrid that return SpaceURL
 SpaceURL[] PUServiceBean.listSpacesURLs()
           
 SpaceURL[] PUServiceBeanImpl.listSpacesURLs()
           
 SpaceURL[] PUServiceBeanProxy.listSpacesURLs()
           
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.