| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| com.gigaspaces.internal.client.cache | |
| com.gigaspaces.internal.cluster.node.impl.router.spacefinder | |
| com.j_spaces.core.client | 
 Provides GigaSpaces client interface services 
 | 
| com.j_spaces.map | 
 Provides GigaSpaces MAP API 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ISpaceProxy | 
SpaceProxyFactory.createSpaceProxy(String url)  | 
ISpaceProxy | 
SpaceProxyFactory.createSpaceProxy(String name,
                boolean isRemote)  | 
| Modifier and Type | Method and Description | 
|---|---|
ISpaceProxy | 
NearCacheSpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy,
           SpaceURL spaceURL,
           Properties customProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
RemoteSpaceResult | 
SpaceFinderSpaceProxyProvider.getSpaceProxy(SpaceURL spaceURL)  | 
RemoteSpaceResult | 
ISpaceProxyProvider.getSpaceProxy(SpaceURL spaceURL)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
LookupFinder.find(LookupRequest request)
Deprecated.  
  | 
static Object | 
SpaceFinder.find(SpaceURL spaceURL)
Deprecated.  
 The general format for this URL is as follows:
 Protocol://[host]:[port]/[container_name]/[space_name]?[query_string]
 Protocol: [ RMI | JINI | JAVA ]
 This method also supports multiple URLs separate by ";",
 e.i. 
 | 
static Object | 
SpaceFinder.find(SpaceURL[] spaceURLs,
    CredentialsProvider credentialsProvider)
Deprecated.  
  | 
static Object | 
SpaceFinder.find(SpaceURL spaceURL,
    CredentialsProvider credentialsProvider)
Deprecated.  
 The general format for this URL is as follows:
 Protocol://[host]:[port]/[container_name]/[space_name]?[query_string]
 Protocol: [ RMI | JINI | JAVA ]
 This method also supports multiple URLs separate by ";",
 e.i. 
 | 
static Object | 
SpaceFinder.find(SpaceURL spaceURL,
    CredentialsProvider credentialsProvider,
    long timeout,
    LookupType lookupType)
Deprecated.  
  | 
static Object | 
SpaceFinder.find(String urls)
Deprecated.  
 The general format for this URL is as follows:
 Protocol://[host]:[port]/[container_name]/[space_name]?[query_string]
 Protocol: [ RMI | JINI | JAVA ]
 This method also supports multiple URLs separate by ";",
 e.i. 
 | 
static Object | 
SpaceFinder.find(String[] urls)
Deprecated.  
SpaceFinder.find multiple URL provides ability to define space search order. 
 | 
static Object | 
SpaceFinder.find(String urls,
    Properties customProperties)
Deprecated.  
 The general format for this URL is as follows:
 Protocol://[host]:[port]/[container_name]/[space_name]?[query_string]
 Protocol: [ RMI | JINI | JAVA ]
 This method also supports multiple URLs separate by ";",
 e.i. 
 | 
static Object | 
SpaceFinder.find(String urls,
    Properties customProperties,
    LifeCycle lifeCycle,
    CredentialsProvider credentialsProvider)
Deprecated.  
Finds or creates an instance of a GigaSpace based on the specified spaceURL. 
 | 
static IRemoteSpace | 
SpaceFinder.findJiniSpace(SpaceURL url,
             String spaceUuid,
             Properties customProperties,
             long timeout,
             LookupType lookupType)
Deprecated.  
Returns Either LRMISpaceImpl or SpaceProxyImpl. 
 | 
protected Object | 
SpaceFinder.findService(SpaceURL[] spaceURLs,
           Properties customProperties,
           LifeCycle lifeCycle,
           CredentialsProvider credentialsProvider)
Deprecated.  
  | 
protected Object | 
SpaceFinder.findService(SpaceURL url,
           Properties customProperties,
           LifeCycle lifeCycle,
           CredentialsProvider credentialsProvider,
           long timeout,
           LookupType lookupType)
Deprecated.  
The main method of SpaceFinder to find single Space or Container proxy. 
 | 
protected Object | 
SpaceFinder.findService(String[] urls)
Deprecated.  
  | 
protected Object | 
SpaceFinder.findService(String url,
           Properties customProperties,
           LifeCycle lifeCycle,
           CredentialsProvider credentialsProvider)
Deprecated.  
  | 
static void | 
SpaceFinder.main(String[] args)
Deprecated.  
This main provides the following options: 1. 
 | 
ISpaceProxy | 
SpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy,
           SpaceURL spaceURL,
           Properties customProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
static IMap | 
MapFactory.createMap(IJSpace space)  | 
static IMap | 
MapFactory.createMapWithCache(IJSpace space,
                  Integer updateMode)  | 
static Object | 
CacheFinder.find(String urls)
Deprecated.  
  The general format for this URL is as follows:
  Protocol://[host]:[port]/[container_name]/[space_name]?[query_string]
  Protocol: [ RMI | JINI | JAVA | WS ]
  This method also supports multiple urls separate by ";",
  e.i. 
 | 
protected Object | 
CacheFinder.findService(SpaceURL url,
           Properties customProperties,
           LifeCycle lifeCycle,
           CredentialsProvider credentialsProvider,
           long timeout,
           LookupType lookupType)
Deprecated.  
  | 
Copyright © GigaSpaces.