Uses of Class
com.gigaspaces.datasource.SpaceDataSource
Packages that use SpaceDataSource
Package
Description
Deprecated: use
org.openspaces.core instead.Provides GigaSpaces DataSource implementation.
Provides Space properties and security context services
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 SpaceDataSource in com.gigaspaces.blobstore.rocksdb
Subclasses of SpaceDataSource in com.gigaspaces.blobstore.rocksdb -
Uses of SpaceDataSource in com.gigaspaces.client
Methods in com.gigaspaces.client with parameters of type SpaceDataSourceModifier and TypeMethodDescriptionvoidSpaceProxyFactory.setSpaceDataSource(SpaceDataSource spaceDataSource) -
Uses of SpaceDataSource in com.gigaspaces.datasource
Methods in com.gigaspaces.datasource that return SpaceDataSource -
Uses of SpaceDataSource in com.gigaspaces.datasource.concurrentaccess
Subclasses of SpaceDataSource in com.gigaspaces.datasource.concurrentaccessModifier and TypeClassDescriptionclassDecorates aSpaceDataSourcewith 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.Constructors in com.gigaspaces.datasource.concurrentaccess with parameters of type SpaceDataSourceModifierConstructorDescriptionSharedIteratorSpaceDataSourceDecorator(SpaceDataSource spaceDataSource, long timeToLive) Create a new instance -
Uses of SpaceDataSource in com.gigaspaces.internal.datasource
Subclasses of SpaceDataSource in com.gigaspaces.internal.datasource -
Uses of SpaceDataSource in com.gigaspaces.internal.server.space.schema_evolution
Subclasses of SpaceDataSource in com.gigaspaces.internal.server.space.schema_evolutionConstructors in com.gigaspaces.internal.server.space.schema_evolution with parameters of type SpaceDataSourceModifierConstructorDescriptionSchemaAdapterSpaceDataSource(SpaceDataSource spaceDataSource, SpaceTypeSchemaAdapterContainer spaceTypeSchemaAdapterContainer) -
Uses of SpaceDataSource in com.gigaspaces.internal.space.requests
Methods in com.gigaspaces.internal.space.requests that return SpaceDataSourceModifier and TypeMethodDescriptionDataSourceLoadSpaceRequestInfo.getSpaceDataSource(PartitionRoutingInfo partitionRoutingInfo) -
Uses of SpaceDataSource in com.gigaspaces.internal.sync
Constructors in com.gigaspaces.internal.sync with parameters of type SpaceDataSourceModifierConstructorDescriptionSynchronizationStorageAdapter(SpaceEngine engine, SpaceDataSource spaceDataSource, SpaceSynchronizationEndpoint synchronizationEndpointInterceptor) -
Uses of SpaceDataSource in com.gigaspaces.persistency
Subclasses of SpaceDataSource in com.gigaspaces.persistencyMethods in com.gigaspaces.persistency that return SpaceDataSource -
Uses of SpaceDataSource in com.j_spaces.core
Methods in com.j_spaces.core that return SpaceDataSource -
Uses of SpaceDataSource in org.openspaces.core.space
Methods in org.openspaces.core.space with parameters of type SpaceDataSourceModifier and TypeMethodDescriptionvoidEmbeddedSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource) voidUrlSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource) Sets theSpaceDataSourcewhich will be used as a data source for the space.EmbeddedSpaceConfigurer.spaceDataSource(SpaceDataSource spaceDataSource) UrlSpaceConfigurer.spaceDataSource(SpaceDataSource spaceDataSource) -
Uses of SpaceDataSource in org.openspaces.persistency
Subclasses of SpaceDataSource in org.openspaces.persistencyModifier and TypeClassDescriptionclassCreated by yuvalm on 23/04/2014. -
Uses of SpaceDataSource in org.openspaces.persistency.cassandra
Subclasses of SpaceDataSource in org.openspaces.persistency.cassandra -
Uses of SpaceDataSource in org.openspaces.persistency.patterns
Subclasses of SpaceDataSource in org.openspaces.persistency.patternsModifier and TypeClassDescriptionclassAn implementation ofSpaceDataSourcethat can provide a list of all the given entries this space data source handles.classAn exception handler that delegatesSpaceDataSourceexecution and calls the providedPersistencyExceptionHandlerin case of exceptions on query methods.classA space data source that redirects the query operations to the given data source that can handle the given type.Methods in org.openspaces.persistency.patterns that return SpaceDataSourceModifier and TypeMethodDescriptionprotected SpaceDataSourceSpaceDataSourceSplitter.getDataSource(String entry) Constructors in org.openspaces.persistency.patterns with parameters of type SpaceDataSourceModifierConstructorDescriptionSpaceDataSourceExceptionHandler(SpaceDataSource dataSource, PersistencyExceptionHandler exceptionHandler)