Package | Description |
---|---|
com.gigaspaces.events |
Provides GigaSpaces events related interfaces.
|
com.gigaspaces.events.batching | |
com.j_spaces.core |
Provides Space properties and security context services
|
com.j_spaces.core.admin |
Provides GigaSpaces administration services
|
com.j_spaces.core.client |
Provides GigaSpaces client interface services
|
com.j_spaces.core.cluster |
Provides GigaSpaces cluster plug-in interfaces
|
com.j_spaces.core.filters |
Provides GigaSpaces filter plug-in interfaces.
|
com.j_spaces.map |
Provides GigaSpaces MAP API
|
org.openspaces.core |
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
|
org.openspaces.core.cluster |
Cluster information holder objects and abstraction allowing for custom
beans to be injected with it (if set).
|
org.openspaces.core.map |
A package including factory beans to create GigaSpaces IMap or JCache Cache based on an
IJSpace instance.
|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
org.openspaces.core.space.cache |
A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package).
|
org.openspaces.core.space.filter |
A package allowing to simplify the injection of an actual ISpaceFilter instance during
Space creation.
|
org.openspaces.core.space.mode |
A package exposing Space mode (primary/backup) events through Spring application event
support.
|
org.openspaces.core.transaction |
A package exposing the ability to get a GigaSpaces/Jini current transaction (integrating with
Spring transaction management).
|
org.openspaces.core.transaction.manager |
Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager).
|
org.openspaces.core.util |
A package including utility classes for OpenSpaces core.
|
org.openspaces.jdbc.datasource |
Implementations of Jdbc DataSource interface using GigaSpaces support for Jdbc based on an
actual IJSpace or GigaSpace implementation.
|
org.openspaces.jpa |
Holds OpenSpaces JPA implementations.
|
org.openspaces.jpa.openjpa |
Holds OpenSpaces OpenJPA extensions.
|
org.openspaces.pu.container.servicegrid |
A Service Grid based processing unit container.
|
Modifier and Type | Method and Description |
---|---|
IJSpace |
EventSession.getSpace() |
Modifier and Type | Method and Description |
---|---|
static EventSessionFactory |
EventSessionFactory.getFactory(IJSpace space)
Deprecated.
Retrieves the EventSessionFactory according to the space.
|
static DataEventSession |
EventSessionFactory.newDataSession(IJSpace space)
Deprecated.
creates a new
DataEventSession using the specified space and default configuration. |
static DataEventSession |
EventSessionFactory.newDataSession(IJSpace space,
EventSessionConfig config)
Deprecated.
creates a new
DataEventSession using the specified space and configuration. |
Modifier and Type | Method and Description |
---|---|
void |
BatchRemoteEvent.setSpaceProxy(IJSpace spaceProxy)
Used internally to set the proxy for all the events
|
Modifier and Type | Method and Description |
---|---|
Object |
IGSEntry.getObject(IJSpace space)
Converts to object.
|
Modifier and Type | Method and Description |
---|---|
SpaceCopyStatus |
IRemoteJSpaceAdmin.spaceCopy(IJSpace remoteSpace,
Object template,
boolean includeNotifyTemplates,
int chunkSize) |
Modifier and Type | Field and Description |
---|---|
protected IJSpace |
EntryArrivedRemoteEvent._spaceProxy |
Modifier and Type | Method and Description |
---|---|
Entry |
ExternalEntry.getEntry(IJSpace space)
Deprecated.
|
Object |
ExternalEntry.getObject(IJSpace space)
Deprecated.
Converts to object.
|
void |
INotifyDelegatorFilter.init(IJSpace space,
Object notifyTemplate)
Called inside of server on Notify Filter init.
|
void |
SpaceURL.setPropertiesForSpaceProxy(IJSpace spaceProxy)
Deprecated.
Set SpaceURL properties for desired space proxy.
|
void |
EntryArrivedRemoteEvent.setSpaceProxy(IJSpace spaceProxy) |
Constructor and Description |
---|
EntryArrivedRemoteEvent(IJSpace source,
long eventID,
long seqNum,
MarshalledObject handback,
com.gigaspaces.internal.transport.IEntryPacket entryPacket,
com.gigaspaces.internal.transport.IEntryPacket oldEntryPacket,
NotifyActionType notifyType,
boolean fromReplication,
String templateUID,
com.gigaspaces.internal.client.QueryResultTypeInternal resultType)
/** This constructor is reserved for internal usage only.
|
GSIterator(IJSpace spaceProxy,
Collection<?> templates)
Equivalent to calling
GSIterator.GSIterator(IJSpace, Collection, com.gigaspaces.client.iterator.GSIteratorConfig) . |
GSIterator(IJSpace spaceProxy,
Collection<?> templates,
GSIteratorConfig config)
Constructs an iterator over a space using a collection of entity instances
to be incrementally returned.
|
GSIterator(IJSpace spaceProxy,
Collection<?> templates,
int bufferSize,
boolean withHistory,
long leaseDuration)
Deprecated.
|
XAResourceImpl(TransactionManager txnManger,
IJSpace proxy) |
XAResourceImpl(TransactionManager txnManger,
IJSpace proxy,
boolean delegatedXa)
Ctor
|
Modifier and Type | Method and Description |
---|---|
void |
IReplicationFilter.init(IJSpace space,
String paramUrl,
ReplicationPolicy replicationPolicy)
Initializes this filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ISpaceFilter.init(IJSpace space,
String filterId,
String url,
int priority)
Initializes this filter.
|
Modifier and Type | Method and Description |
---|---|
IJSpace |
IMap.getLocalSpace()
Returns the Local Space proxy if exists.
|
IJSpace |
IMap.getMasterSpace()
Returns the Master Space proxy.
|
Modifier and Type | Method and Description |
---|---|
IJSpace |
DefaultGigaSpace.getSpace() |
IJSpace |
GigaSpace.getSpace()
Returns the
IJSpace used by this GigaSpace implementation to delegate
different space operations. |
Modifier and Type | Method and Description |
---|---|
void |
GigaSpaceFactoryBean.setSpace(IJSpace space)
Sets the space that will be used by the created
GigaSpace . |
Constructor and Description |
---|
DefaultGigaSpace(IJSpace space,
TransactionProvider txProvider,
ExceptionTranslator exTranslator,
int defaultIsolationLevel)
Constructs a new DefaultGigaSpace implementation.
|
GigaSpaceConfigurer(IJSpace space)
Constructs a new configurer based on the Space.
|
Constructor and Description |
---|
SpaceMemberAliveIndicator(IJSpace spaceProxy,
Boolean enabled) |
Modifier and Type | Method and Description |
---|---|
protected IJSpace |
MapFactoryBean.getSpace() |
Modifier and Type | Method and Description |
---|---|
void |
MapFactoryBean.setSpace(IJSpace space)
Sets the Space the Map will be built on top.
|
Constructor and Description |
---|
MapConfigurer(IJSpace space) |
Modifier and Type | Method and Description |
---|---|
IJSpace |
AbstractSpaceConfigurer.create() |
IJSpace |
UrlSpaceConfigurer.create()
Creates or finds (if not already created) a new Space by calling
AbstractSpaceFactoryBean.afterPropertiesSet() . |
IJSpace |
InternalSpaceFactory.create(AbstractSpaceFactoryBean spaceFactoryBean,
String url) |
IJSpace |
InternalSpaceFactory.create(AbstractSpaceFactoryBean spaceFactoryBean,
String name,
boolean isRemote) |
protected abstract IJSpace |
AbstractSpaceConfigurer.createSpace() |
protected IJSpace |
SpaceProxyConfigurer.createSpace() |
protected IJSpace |
EmbeddedSpaceConfigurer.createSpace() |
protected abstract IJSpace |
AbstractSpaceFactoryBean.doCreateSpace()
Responsible for creating/finding the actual
IJSpace implementation. |
protected IJSpace |
DirectSpaceFactoryBean.doCreateSpace()
Returns the space provided in the constructor.
|
protected IJSpace |
SpaceProxyFactoryBean.doCreateSpace() |
protected IJSpace |
EmbeddedSpaceFactoryBean.doCreateSpace() |
protected IJSpace |
UrlSpaceFactoryBean.doCreateSpace()
Creates the space.
|
IJSpace |
AbstractSpaceConfigurer.space() |
IJSpace |
SpaceConfigurer.space() |
IJSpace |
UrlSpaceConfigurer.space()
Creates or finds (if not already created) a new Space by calling
AbstractSpaceFactoryBean.afterPropertiesSet() . |
Modifier and Type | Method and Description |
---|---|
Class<? extends IJSpace> |
AbstractSpaceFactoryBean.getObjectType()
Returns the object type of the factory bean.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutorSpaceFilter.init(IJSpace space,
String filterId,
String url,
int priority) |
Constructor and Description |
---|
DirectSpaceFactoryBean(IJSpace space)
Constucts a new direct space factory using the provided space.
|
SpaceServiceDetails(IJSpace space) |
SpaceServiceDetails(String id,
IJSpace space) |
Modifier and Type | Method and Description |
---|---|
IJSpace |
LocalCacheSpaceConfigurer.create()
Creates and returns a local cache according to the configured settings.
|
IJSpace |
LocalViewSpaceConfigurer.create()
Creates and returns a local cache according to the configured settings.
|
protected abstract IJSpace |
AbstractLocalCacheSpaceFactoryBean.createCache(com.gigaspaces.internal.client.spaceproxy.IDirectSpaceProxy remoteSpace) |
protected IJSpace |
LocalCacheSpaceFactoryBean.createCache(com.gigaspaces.internal.client.spaceproxy.IDirectSpaceProxy remoteSpace)
Creates the local cache.
|
protected IJSpace |
LocalViewSpaceFactoryBean.createCache(com.gigaspaces.internal.client.spaceproxy.IDirectSpaceProxy remoteSpace)
Creates the local view
|
IJSpace |
LocalCacheSpaceConfigurer.localCache() |
IJSpace |
LocalViewSpaceConfigurer.localView() |
IJSpace |
LocalCacheSpaceConfigurer.space() |
IJSpace |
LocalViewSpaceConfigurer.space() |
Modifier and Type | Method and Description |
---|---|
Class<? extends IJSpace> |
AbstractLocalCacheSpaceFactoryBean.getObjectType()
Returns the type of the factory object.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLocalCacheSpaceFactoryBean.setSpace(IJSpace space)
Sets the master space that a local cache will be built on top.
|
Constructor and Description |
---|
LocalCacheSpaceConfigurer(IJSpace space) |
LocalViewSpaceConfigurer(IJSpace space) |
Modifier and Type | Method and Description |
---|---|
void |
FilterOperationDelegate.init(IJSpace space,
String filterId,
String url,
int priority)
If
initMethod is supplied, will invoke it. |
Modifier and Type | Method and Description |
---|---|
IJSpace |
AbstractSpaceModeChangeEvent.getSpace()
Returns the space that initiated this event.
|
Constructor and Description |
---|
AbstractSpaceModeChangeEvent(IJSpace space,
com.gigaspaces.cluster.activeelection.SpaceMode spaceMode)
Creates a new Space mode event.
|
AfterSpaceModeChangeEvent(IJSpace space,
com.gigaspaces.cluster.activeelection.SpaceMode spaceMode)
Creates a new after space mode event.
|
BeforeSpaceModeChangeEvent(IJSpace space,
com.gigaspaces.cluster.activeelection.SpaceMode spaceMode)
Creates a new before space mode event.
|
Modifier and Type | Method and Description |
---|---|
Transaction.Created |
DefaultTransactionProvider.getCurrentTransaction(Object transactionalContext,
IJSpace space)
Returns the current running transaction based on the constructor provided transactional
context (Note that the passed transactional context is not used).
|
Transaction.Created |
TransactionProvider.getCurrentTransaction(Object transactionalContext,
IJSpace space)
Returns the currently running transaction (usually managed externally/declarative).
|
Constructor and Description |
---|
LocalJiniTxManagerConfigurer(IJSpace space)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IJSpace |
SpaceUtils.getClusterMemberSpace(IJSpace space)
Returns a proxy space to the specified space name.
|
Modifier and Type | Method and Description |
---|---|
static IJSpace |
SpaceUtils.getClusterMemberSpace(IJSpace space)
Returns a proxy space to the specified space name.
|
static boolean |
SpaceUtils.isRemoteProtocol(IJSpace space)
Returns
true if the Space uses a remote protocol. |
static boolean |
SpaceUtils.isSameSpace(IJSpace space1,
IJSpace space2) |
Modifier and Type | Method and Description |
---|---|
void |
DbcpBasicDataSource.setSpace(IJSpace space) |
void |
SpaceDriverManagerDataSource.setSpace(IJSpace space) |
Constructor and Description |
---|
SpaceDriverManagerDataSource(IJSpace space) |
Modifier and Type | Method and Description |
---|---|
javax.persistence.EntityManagerFactory |
OpenSpacesPersistenceProvider.createEntityManagerFactory(String persistenceUnitName,
IJSpace space)
Creates an
EntityManagerFactory instance and injects the provided space instance to it. |
javax.persistence.EntityManagerFactory |
OpenSpacesPersistenceProvider.createEntityManagerFactory(String persistenceUnitName,
IJSpace space,
Map properties)
Creates an
EntityManagerFactory instance and injects the provided space instance to it. |
void |
OpenSpacesJpaVendorAdapter.setSpace(IJSpace space) |
void |
OpenSpacesPersistenceProvider.setSpace(IJSpace space)
Sets the space instance which will be injected to the
EntityManagerFactory instance. |
Modifier and Type | Method and Description |
---|---|
IJSpace |
SpaceConfiguration.getSpace() |
Modifier and Type | Method and Description |
---|---|
IJSpace |
PUServiceBean.getSpaceDirect(ServiceID serviceID) |
IJSpace |
PUServiceBeanImpl.getSpaceDirect(ServiceID serviceID) |
IJSpace |
PUServiceBeanProxy.getSpaceDirect(ServiceID serviceID) |
Copyright © GigaSpaces.