Uses of Interface
com.gigaspaces.datasource.ManagedDataSource
Packages that use ManagedDataSource
Package
Description
Deprecated: use
org.openspaces.core instead.Provides GigaSpaces DataSource implementation.
This package is responsible for simplifying the creation of IJSpace implementation.
Set of patterns that can be used to wrap different external data sources.
-
Uses of ManagedDataSource in com.gigaspaces.client
Methods in com.gigaspaces.client with parameters of type ManagedDataSourceModifier and TypeMethodDescriptionvoidSpaceProxyFactory.setExternalDataSource(ManagedDataSource externalDataSource) -
Uses of ManagedDataSource in com.gigaspaces.datasource
Subinterfaces of ManagedDataSource in com.gigaspaces.datasourceModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceDataProvider<T>Deprecated.since 9.5 - useSpaceDataSourceinstead.interfaceDeprecated.since 9.5 - useSpaceDataSourceandSpaceSynchronizationEndpointinstead.interfaceDeprecated.since 9.5 - useSpaceDataSourceinstead. -
Uses of ManagedDataSource in com.gigaspaces.datasource.concurrentaccess
Classes in com.gigaspaces.datasource.concurrentaccess that implement ManagedDataSourceModifier and TypeClassDescriptionclassDecorates aSQLDataProviderwith additional property, concurrent request for an iterator which is based on the same query will only open one underlying iterator against the decorates provider, this iterator will be shared amont the concurrent requests as if each of them has its own iterator. -
Uses of ManagedDataSource in com.j_spaces.sadapter.datasource
Classes in com.j_spaces.sadapter.datasource that implement ManagedDataSourceModifier and TypeClassDescriptionclassDataStorage<T>Data Storage is a delegator over user defined data source-interface implementation.Methods in com.j_spaces.sadapter.datasource with parameters of type ManagedDataSourceModifier and TypeMethodDescriptionvoidDataStorage.setManagedDataSource(ManagedDataSource<T> managedDataSource) Override the internal managed data source Method is synchronized to force the thread to flush its memory -
Uses of ManagedDataSource in org.openspaces.core.space
Methods in org.openspaces.core.space with parameters of type ManagedDataSourceModifier and TypeMethodDescriptionEmbeddedSpaceConfigurer.externalDataSource(ManagedDataSource externalDataSource) UrlSpaceConfigurer.externalDataSource(ManagedDataSource externalDataSource) voidEmbeddedSpaceFactoryBean.setExternalDataSource(ManagedDataSource externalDataSource) voidUrlSpaceFactoryBean.setExternalDataSource(ManagedDataSource externalDataSource) A data source -
Uses of ManagedDataSource in org.openspaces.persistency.patterns
Subinterfaces of ManagedDataSource in org.openspaces.persistency.patternsModifier and TypeInterfaceDescriptioninterfaceDeprecated.since 9.5 - useManagedEntriesSpaceDataSourceorManagedEntriesSpaceSynchronizationEndpointinstead.Classes in org.openspaces.persistency.patterns that implement ManagedDataSourceModifier and TypeClassDescriptionclassDeprecated.since 9.5classDeprecated.since 9.5 - useSpaceDataSourceSplitterorSpaceSynchronizationEndpointSplitterinstead.classDeprecated.since 9.5 - useSpaceSynchronizationEndpointExceptionHandlerinstead.classDeprecated.since 9.5 - useSpaceSynchronizationEndpointSplitterinstead.classDeprecated.since 9.5 - useSpaceDataSourceSplitterinstead.classDeprecated.since 9.5 - useSpaceDataSourceExceptionHandlerinstead.classDeprecated.since 9.5 - useSpaceDataSourceSplitterinstead.Fields in org.openspaces.persistency.patterns declared as ManagedDataSourceModifier and TypeFieldDescriptionprotected final ManagedDataSourceAbstractManagedDataSourceDelegator.dataSourceDeprecated.Methods in org.openspaces.persistency.patterns that return ManagedDataSourceModifier and TypeMethodDescriptionprotected ManagedDataSourceAbstractManagedDataSourceSplitter.getDataSource(String entry) Deprecated.Constructors in org.openspaces.persistency.patterns with parameters of type ManagedDataSourceModifierConstructorDescriptionAbstractManagedDataSourceDelegator(ManagedDataSource dataSource) Deprecated.BulkDataPersisterExceptionHandler(ManagedDataSource dataSource, ExceptionHandler exceptionHandler) Deprecated.SQLDataProviderExceptionHandler(ManagedDataSource dataSource, ExceptionHandler exceptionHandler) Deprecated.
SpaceSynchronizationEndpointinstead.