Uses of Interface
com.j_spaces.map.IMap
Packages that use IMap
Package
Description
Provides GigaSpaces MAP API
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
A package including factory beans to create GigaSpaces IMap or JCache Cache based on an
IJSpace instance.
-
Uses of IMap in com.j_spaces.core.client.cache.map
Classes in com.j_spaces.core.client.cache.map that implement IMapModifier and TypeClassDescriptionfinal classThis class provides a lightweight implementation to GigaSpaces IMap interface (A JCache standard extension), for Distributed Caching using java.util.Map API. -
Uses of IMap in com.j_spaces.map
Classes in com.j_spaces.map that implement IMapModifier and TypeClassDescriptionclassBase class for all Map implementations.final classThis class provides an implementation to GigaSpaces IMap interface, for Distributed Caching usingMapAPI.Methods in com.j_spaces.map that return IMap -
Uses of IMap in org.openspaces.core
Methods in org.openspaces.core that return IMapModifier and TypeMethodDescriptionDefaultGigaMap.getMap()GigaMap.getMap()Returns theIMapused by this GigaMap implementation to delegate different space operations.Methods in org.openspaces.core with parameters of type IMapConstructors in org.openspaces.core with parameters of type IMapModifierConstructorDescriptionDefaultGigaMap(IMap map, TransactionProvider txProvider, ExceptionTranslator exTranslator, int defaultIsolationLevel) Constructs a new DefaultGigaMap implementation.GigaMapConfigurer(IMap map) -
Uses of IMap in org.openspaces.core.map
Methods in org.openspaces.core.map that return IMapModifier and TypeMethodDescriptionMapConfigurer.createMap()Creates anIMapbased on the configuration.protected IMapMapFactoryBean.createMap()MapConfigurer.map()Creates anIMapbased on the configuration.Constructors in org.openspaces.core.map with parameters of type IMapModifierConstructorDescriptionLockManager(IMap map) Creates a new Lock Manager based on theIMap.