GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.datasource.DataSourceException

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


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.