| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceException | |
|---|---|
| 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. | 
| Uses of DataSourceException in com.gigaspaces.datasource | 
|---|
| Methods in com.gigaspaces.datasource that throw DataSourceException | |
|---|---|
 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 | 
| Uses of DataSourceException in org.openspaces.persistency.hibernate | 
|---|
| Methods in org.openspaces.persistency.hibernate that throw DataSourceException | |
|---|---|
 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.  | 
| Uses of DataSourceException in org.openspaces.persistency.patterns | 
|---|
| Methods in org.openspaces.persistency.patterns that throw DataSourceException | |
|---|---|
 void | 
BulkDataPersisterExceptionHandler.executeBulk(List<BulkItem> bulkItems)
Deprecated.  | 
 void | 
BulkDataPersisterSplitter.executeBulk(List<BulkItem> bulkItems)
Deprecated.  | 
 void | 
AbstractManagedDataSourceSplitter.init(Properties properties)
Deprecated. Iterates through all the given data sources and calls ManagedDataSource.init(java.util.Properties)
 on them. | 
 void | 
AbstractManagedDataSourceDelegator.init(Properties properties)
Deprecated.  | 
 DataIterator | 
AbstractManagedDataSourceSplitter.initialLoad()
Deprecated. Iterates through all the given data sources and assembles their respective DataIterators
 from ManagedDataSource.initialLoad(). | 
 DataIterator | 
AbstractManagedDataSourceDelegator.initialLoad()
Deprecated.  | 
 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 | 
AbstractManagedDataSourceSplitter.shutdown()
Deprecated.  | 
 void | 
AbstractManagedDataSourceDelegator.shutdown()
Deprecated.  | 
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||