Uses of Interface
com.tangosol.net.cache.NonBlockingEntryStore
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
-
Uses of NonBlockingEntryStore in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected ReadWriteBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap using the specified parameters.protected ReadWriteSplittingBackingMap
ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap
(BackingMapManagerContext context, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap using the specified parameters. -
Uses of NonBlockingEntryStore in com.tangosol.net.cache
Modifier and TypeMethodDescriptionReadWriteBackingMap.NonBlockingEntryStoreWrapper.getNonBlockingEntryStore()
The wrapped NonBlockingEntryStore.Modifier and TypeMethodDescriptionprotected ReadWriteBackingMap.StoreWrapper
ReadWriteBackingMap.instantiateCacheStoreWrapper
(NonBlockingEntryStore store) Factory pattern: Instantiate a StoreWrapper wrapper around the passed NonBlockingEntryStore.ModifierConstructorDescriptionConstruct a NonBlockingEntryStoreWrapper.ReadWriteBackingMap
(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, NonBlockingEntryStore storeBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteBackingMap based on a NonBlockingEntryStore. -
Uses of NonBlockingEntryStore in com.tangosol.net.partition
ModifierConstructorDescriptionReadWriteSplittingBackingMap
(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeNonBlockingBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor) Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.