Uses of Interface
org.openspaces.core.space.SpaceConfigurer
Packages that use SpaceConfigurer
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
This package is responsible for simplifying the creation of IJSpace implementation.
A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package).
-
Uses of SpaceConfigurer in org.openspaces.core
Constructors in org.openspaces.core with parameters of type SpaceConfigurerModifierConstructorDescriptionGigaSpaceConfigurer(SpaceConfigurer configurer) Constructs a new configurer based on the Space. -
Uses of SpaceConfigurer in org.openspaces.core.space
Classes in org.openspaces.core.space that implement SpaceConfigurerModifier and TypeClassDescriptionclassclassclassclassA simple configurer helper to createIJSpaceinstances. -
Uses of SpaceConfigurer in org.openspaces.core.space.cache
Classes in org.openspaces.core.space.cache that implement SpaceConfigurerModifier and TypeClassDescriptionclassA simple configurer helper to createIJSpacelocal cache.classA simple configurer helper to createIJSpacelocal view.Constructors in org.openspaces.core.space.cache with parameters of type SpaceConfigurerModifierConstructorDescriptionLocalCacheSpaceConfigurer(SpaceConfigurer spaceConfigurer) LocalViewSpaceConfigurer(SpaceConfigurer spaceConfigurer)