Uses of Interface
com.gigaspaces.datasource.SpaceTypeSchemaAdapter
Packages that use SpaceTypeSchemaAdapter
Package
Description
Provides GigaSpaces DataSource implementation.
-
Uses of SpaceTypeSchemaAdapter in com.gigaspaces.datasource
Methods in com.gigaspaces.datasource that return types with arguments of type SpaceTypeSchemaAdapterMethods in com.gigaspaces.datasource with parameters of type SpaceTypeSchemaAdapterModifier and TypeMethodDescriptionSpaceDataSourceLoadRequest.addTypeAdapter(SpaceTypeSchemaAdapter typeAdapter) Constructor parameters in com.gigaspaces.datasource with type arguments of type SpaceTypeSchemaAdapterModifierConstructorDescriptionSpaceDataSourceLoadRequest(SpaceDataSourceFactory factory, Collection<SpaceTypeSchemaAdapter> adapters) -
Uses of SpaceTypeSchemaAdapter in com.gigaspaces.internal.server.space.schema_evolution
Constructor parameters in com.gigaspaces.internal.server.space.schema_evolution with type arguments of type SpaceTypeSchemaAdapterModifierConstructorDescriptionSpaceTypeSchemaAdapterContainer(Map<String, SpaceTypeSchemaAdapter> adaptersMap) -
Uses of SpaceTypeSchemaAdapter in com.gigaspaces.internal.space.requests
Constructor parameters in com.gigaspaces.internal.space.requests with type arguments of type SpaceTypeSchemaAdapterModifierConstructorDescriptionDataSourceLoadSpaceRequestInfo(SpaceDataSourceFactory spaceDataSourceFactory, Map<String, SpaceTypeSchemaAdapter> adaptersMap) -
Uses of SpaceTypeSchemaAdapter in org.openspaces.persistency.space
Methods in org.openspaces.persistency.space with parameters of type SpaceTypeSchemaAdapterModifier and TypeMethodDescriptionGigaSpaceSynchronizationEndpointConfigurer.addSpaceTypeSchemaAdapter(SpaceTypeSchemaAdapter spaceTypeSchemaAdapter) Method parameters in org.openspaces.persistency.space with type arguments of type SpaceTypeSchemaAdapterModifier and TypeMethodDescriptionvoidGigaSpaceSynchronizationEndpointBeanFactory.setSpaceTypeSchemaAdapters(Collection<SpaceTypeSchemaAdapter> spaceTypeSchemaAdapters) GigaSpaceSynchronizationEndpointConfigurer.spaceTypeSchemaAdapters(Collection<SpaceTypeSchemaAdapter> spaceTypeSchemaAdapters) Constructor parameters in org.openspaces.persistency.space with type arguments of type SpaceTypeSchemaAdapterModifierConstructorDescriptionGigaSpaceSynchronizationEndpoint(GigaSpace targetSpace, Map<String, SpaceTypeSchemaAdapter> spaceTypeSchemaAdapters)