Package | Description |
---|---|
com.gigaspaces.cluster.replication.gateway.conflict | |
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
com.gigaspaces.metadata |
Provides classes and interfaces encapsulating space entries metadata.
|
com.gigaspaces.server |
Provides classes and interfaces representing server-side entities.
|
com.gigaspaces.sync | |
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.config |
Support classes for Spring namespace based configuration of OpenSpaces core.
|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
org.openspaces.persistency | |
org.openspaces.persistency.hibernate |
An implementation of GigaSpaces external data source using Hibernate.
|
org.openspaces.persistency.patterns |
Set of patterns that can be used to wrap different external data sources.
|
org.openspaces.persistency.support |
Support classes for persistency.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
RegisterTypeDescriptorConflict.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
DataSourceIdQuery.getTypeDescriptor() |
SpaceTypeDescriptor |
DataSourceQuery.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
SpaceDataSource.initialMetadataLoad()
This method is invoked on space initialization (before
SpaceDataSource.initialDataLoad() is invoked) and is used for introducing data types kept in the data source to the space. |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
SpaceTypeDescriptorBuilder.create()
Create the space type descriptor using the gathered information.
|
Constructor and Description |
---|
SpaceTypeDescriptorBuilder(Class<?> type,
SpaceTypeDescriptor superTypeDescriptor) |
SpaceTypeDescriptorBuilder(String typeName,
SpaceTypeDescriptor superTypeDescriptor)
Initialize a type descriptor builder using the specified type name and super type descriptor.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
ServerEntry.getSpaceTypeDescriptor()
Gets the entry's type descriptor.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
DataSyncOperation.getTypeDescriptor() |
SpaceTypeDescriptor |
IntroduceTypeData.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
DefaultGigaSpaceTypeManager.getTypeDescriptor(Class<?> type) |
SpaceTypeDescriptor |
GigaSpaceTypeManager.getTypeDescriptor(Class<?> type)
Gets the space type descriptor of the specified type.
|
SpaceTypeDescriptor |
DefaultGigaSpaceTypeManager.getTypeDescriptor(String typeName) |
SpaceTypeDescriptor |
GigaSpaceTypeManager.getTypeDescriptor(String typeName)
Gets the space type descriptor of the specified type.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultGigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor) |
void |
GigaSpaceTypeManager.registerTypeDescriptor(SpaceTypeDescriptor typeDescriptor)
Registers the specified space type descriptor in the space.
|
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
GigaSpaceDocumentTypeDescriptorFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
GigaSpaceDocumentTypeDescriptorFactoryBean.setSuperType(SpaceTypeDescriptor superTypeDescriptor) |
Modifier and Type | Method and Description |
---|---|
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.addSpaceType(SpaceTypeDescriptor spaceType) |
UrlSpaceConfigurer |
UrlSpaceConfigurer.addSpaceType(SpaceTypeDescriptor spaceType) |
void |
EmbeddedSpaceFactoryBean.setSpaceTypes(SpaceTypeDescriptor[] typeDescriptors) |
void |
UrlSpaceFactoryBean.setSpaceTypes(SpaceTypeDescriptor[] typeDescriptors)
Inject a list of space types.
|
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
ClusterInfoAwareSpaceDataSource.initialMetadataLoad() |
Modifier and Type | Method and Description |
---|---|
protected String |
ClusterInfoAwareSpaceDataSource.createInitialLoadQuery(SpaceTypeDescriptor typeDescriptor,
String templateQuery) |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
AbstractHibernateSpaceDataSource.initialMetadataLoad() |
Modifier and Type | Method and Description |
---|---|
DataIterator<SpaceTypeDescriptor> |
SpaceDataSourceExceptionHandler.initialMetadataLoad() |
DataIterator<SpaceTypeDescriptor> |
SpaceDataSourceSplitter.initialMetadataLoad()
Iterates through all the given data sources and assembles their respective
DataIterator s
from SpaceDataSource.initialMetadataLoad() . |
Modifier and Type | Method and Description |
---|---|
SpaceTypeDescriptor |
SpaceTypeDescriptorContainer.getTypeDescriptor() |
Modifier and Type | Method and Description |
---|---|
static List<SpaceTypeDescriptor> |
TypeDescriptorUtils.sort(Collection<SpaceTypeDescriptor> typeDescriptors) |
static List<SpaceTypeDescriptor> |
TypeDescriptorUtils.sort(Map<String,SpaceTypeDescriptorContainer> typeDescriptorContainers) |
Modifier and Type | Method and Description |
---|---|
static List<SpaceTypeDescriptor> |
TypeDescriptorUtils.sort(Collection<SpaceTypeDescriptor> typeDescriptors) |
Constructor and Description |
---|
SpaceTypeDescriptorContainer(SpaceTypeDescriptor typeDescriptor) |
Copyright © GigaSpaces.