Package | Description |
---|---|
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.pu.container.servicegrid |
A Service Grid based processing unit container.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
List<SpaceURL> |
ReplicationPolicy.m_ReplicationGroupMembersURLs |
Modifier and Type | Method and Description |
---|---|
SpaceURL |
ReplicationPolicy.getSpaceReplicationUrl(String fullSpaceName) |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
SpaceURL |
SpaceInstance.getSpaceUrl() |
Modifier and Type | Method and Description |
---|---|
SpaceURL |
SpaceServiceDetails.getSpaceUrl() |
Modifier and Type | Method and Description |
---|---|
SpaceURL[] |
PUServiceBean.listSpacesURLs() |
SpaceURL[] |
PUServiceBeanProxy.listSpacesURLs() |
SpaceURL[] |
PUServiceBeanImpl.listSpacesURLs() |
Copyright © GigaSpaces.