Uses of Interface
com.tangosol.net.cache.NonBlockingEntryStore
-
Packages that use NonBlockingEntryStore Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of NonBlockingEntryStore in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type NonBlockingEntryStore Modifier and Type Method Description protected 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
Methods in com.tangosol.net.cache that return NonBlockingEntryStore Modifier and Type Method Description NonBlockingEntryStore
ReadWriteBackingMap.NonBlockingEntryStoreWrapper. getNonBlockingEntryStore()
The wrapped NonBlockingEntryStore.Methods in com.tangosol.net.cache with parameters of type NonBlockingEntryStore Modifier and Type Method Description protected ReadWriteBackingMap.StoreWrapper
ReadWriteBackingMap. instantiateCacheStoreWrapper(NonBlockingEntryStore store)
Factory pattern: Instantiate a StoreWrapper wrapper around the passed NonBlockingEntryStore.Constructors in com.tangosol.net.cache with parameters of type NonBlockingEntryStore Constructor Description NonBlockingEntryStoreWrapper(NonBlockingEntryStore store)
Construct 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
Constructors in com.tangosol.net.partition with parameters of type NonBlockingEntryStore Constructor Description ReadWriteSplittingBackingMap(BackingMapManagerContext ctxService, PartitionAwareBackingMap mapInternal, Map mapMisses, NonBlockingEntryStore storeNonBlockingBinary, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor)
Construct a ReadWriteSplittingBackingMap based on a BinaryEntryStore.
-