|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.persistency.patterns.AbstractManagedDataSourceDelegator
@Deprecated public abstract class AbstractManagedDataSourceDelegator
Base class that delegates execution to data source.
| Field Summary | |
|---|---|
protected ManagedDataSource |
dataSource
Deprecated. |
| Fields inherited from interface com.gigaspaces.datasource.ManagedDataSource |
|---|
DATA_CLASS_PROPS, NUMBER_OF_PARTITIONS, STATIC_PARTITION_NUMBER |
| Constructor Summary | |
|---|---|
AbstractManagedDataSourceDelegator(ManagedDataSource dataSource)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
init(Properties properties)
Deprecated. Initialize and configure the data source using given properties. |
DataIterator |
initialLoad()
Deprecated.
Creates and returns an iterator over all the entries that should be loaded into space. |
void |
shutdown()
Deprecated. Close the data source and clean any used resources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ManagedDataSource dataSource
| Constructor Detail |
|---|
public AbstractManagedDataSourceDelegator(ManagedDataSource dataSource)
| Method Detail |
|---|
public void init(Properties properties)
throws DataSourceException
ManagedDataSource
init in interface ManagedDataSourceproperties - - contains user defined param and Partition data
DataSourceException
public DataIterator initialLoad()
throws DataSourceException
ManagedDataSource
Creates and returns an iterator over all the entries that should be loaded into space.
initialLoad in interface ManagedDataSourceDataIterator or null if no data should be loaded into space
DataSourceException
public void shutdown()
throws DataSourceException
ManagedDataSource
shutdown in interface ManagedDataSourceDataSourceException
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||