Uses of Class
com.tangosol.net.partition.ObservableSplittingBackingCache
-
Packages that use ObservableSplittingBackingCache Package Description com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.partition 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 ObservableSplittingBackingCache Modifier and Type Method Description protected MapExtensibleConfigurableCacheFactory.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 ObservableSplittingBackingCache Modifier and Type Field Description protected ObservableSplittingBackingCacheObservableSplittingBackingCache.CapacityAwareMap. m_mapOuterThe ObservableSplittingBackingMap used to call prepareUpdate.Methods in com.tangosol.net.partition with parameters of type ObservableSplittingBackingCache Modifier and Type Method Description protected voidObservableSplittingBackingCache.CapacityAwareMap. bind(ObservableSplittingBackingCache mapOuter)Bind to the givenObservableSplittingBackingMapinstance.
-