Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkDataPersister.executeBulk(List<BulkItem> bulk)
Deprecated.
Execute given bulk of operations.
|
void |
ManagedDataSource.init(Properties prop)
Deprecated.
Initialize and configure the data source using given properties.
|
DataIterator<T> |
ManagedDataSource.initialLoad()
Deprecated.
Creates and returns an iterator over all the entries that should be loaded into space. |
DataIterator<T> |
SQLDataProvider.iterator(SQLQuery<T> query)
Deprecated.
Create an iterator over all objects that match the given
SQLQuery . |
DataIterator<T> |
DataProvider.iterator(T template)
Deprecated.
Create an iterator over all objects that match the given template.
|
T |
DataProvider.read(T template)
Deprecated.
Read one object that matches the given template.
|
void |
DataPersister.remove(T object)
Deprecated.
Remove the given object from the data store
|
void |
ManagedDataSource.shutdown()
Deprecated.
Close the data source and clean any used resources.
|
void |
DataPersister.update(T object)
Deprecated.
Update the given object in the data store
|
void |
DataPersister.write(T object)
Deprecated.
Write given new object to the data store
|
void |
DataPersister.writeBatch(List<T> objects)
Deprecated.
for batch operations use
BulkDataPersister |
Modifier and Type | Method and Description |
---|---|
void |
DefaultHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Deprecated.
Perform the given bulk changes using Hibernate
Session . |
void |
StatelessHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Deprecated.
Perform the given bulk changes using Hibernate
StatelessSession . |
void |
AbstractHibernateExternalDataSource.init(Properties properties)
Deprecated.
Initializes the hibernate data source.
|
DataIterator |
DefaultHibernateExternalDataSource.initialLoad()
Deprecated.
Performs the initial load operation.
|
DataIterator |
StatelessHibernateExternalDataSource.initialLoad()
Deprecated.
Performs the initial load operation.
|
DataIterator |
CriteriaHibernateExternalDataSource.iterator(Object template)
Deprecated.
|
DataIterator |
DefaultHibernateExternalDataSource.iterator(SQLQuery sqlQuery)
Deprecated.
Returns a
DefaultListQueryDataIterator for the
given sql query. |
DataIterator |
StatelessHibernateExternalDataSource.iterator(SQLQuery sqlQuery)
Deprecated.
Returns a
StatelessListQueryDataIterator for the given
query. |
Object |
CriteriaHibernateExternalDataSource.read(Object template)
Deprecated.
|
void |
AbstractHibernateExternalDataSource.shutdown()
Deprecated.
Shuts down the data source.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkDataPersisterExceptionHandler.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
void |
BulkDataPersisterSplitter.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
void |
AbstractManagedDataSourceDelegator.init(Properties properties)
Deprecated.
|
void |
AbstractManagedDataSourceSplitter.init(Properties properties)
Deprecated.
Iterates through all the given data sources and calls
ManagedDataSource.init(java.util.Properties)
on them. |
DataIterator |
AbstractManagedDataSourceDelegator.initialLoad()
Deprecated.
|
DataIterator |
AbstractManagedDataSourceSplitter.initialLoad()
Deprecated.
Iterates through all the given data sources and assembles their respective
DataIterator s
from ManagedDataSource.initialLoad() . |
DataIterator |
DataProviderSplitter.iterator(Object o)
Deprecated.
|
DataIterator |
SQLDataProviderExceptionHandler.iterator(SQLQuery sqlQuery)
Deprecated.
|
DataIterator |
SQLDataProviderSplitter.iterator(SQLQuery sqlQuery)
Deprecated.
|
void |
ExceptionHandler.onException(Exception e,
Object event)
Deprecated.
Logic to handle the exceptions.
|
Object |
DataProviderSplitter.read(Object o)
Deprecated.
|
void |
AbstractManagedDataSourceDelegator.shutdown()
Deprecated.
|
void |
AbstractManagedDataSourceSplitter.shutdown()
Deprecated.
|
Copyright © GigaSpaces.