Uses of Class
com.tangosol.net.partition.ObservableSplittingBackingCache
Packages that use ObservableSplittingBackingCache
Package
Description
Contains basic cluster interfaces and factories.
Contains interfaces and classes related to partitioned services.
-
Uses of ObservableSplittingBackingCache in com.tangosol.net
Method parameters in com.tangosol.net with type arguments of type ObservableSplittingBackingCacheModifier and TypeMethodDescriptionprotected Map
ExtensibleConfigurableCacheFactory.Manager.instantiatePartitionedBackingMap
(MapBuilder bldrMap, ParameterResolver resolver, MapBuilder.Dependencies dependencies, CachingScheme scheme, BiFunction<ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager, String, ObservableSplittingBackingCache> fn) Instantiate a partitioned backing map (an instance ofObservableSplittingBackingMap
) usingExtensibleConfigurableCacheFactory.PartitionedBackingMapManager
. -
Uses of ObservableSplittingBackingCache in com.tangosol.net.partition
Fields in com.tangosol.net.partition declared as ObservableSplittingBackingCacheModifier and TypeFieldDescriptionprotected ObservableSplittingBackingCache
ObservableSplittingBackingCache.CapacityAwareMap.m_mapOuter
The ObservableSplittingBackingMap used to call prepareUpdate.Methods in com.tangosol.net.partition with parameters of type ObservableSplittingBackingCacheModifier and TypeMethodDescriptionprotected void
ObservableSplittingBackingCache.CapacityAwareMap.bind
(ObservableSplittingBackingCache mapOuter) Bind to the givenObservableSplittingBackingMap
instance.