| Package | Description | 
|---|---|
| com.tangosol.coherence.config.scheme | 
 Defines the Coherence configuration object model classes and interfaces for 
Caching and Service Schemes. 
 | 
| com.tangosol.net | 
 Contains basic cluster interfaces and factories. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ReadWriteSplittingBackingMap | 
ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context,
                                       PartitionAwareBackingMap mapInternal,
                                       Map mapMisses,
                                       BinaryEntryStore storeBinary,
                                       boolean fReadOnly,
                                       int cWriteBehindSeconds,
                                       double dflRefreshAheadFactor,
                                       boolean fWriteBehindRemove)
Construct a ReadWriteSplittingBackingMap using the specified parameters. 
 | 
protected ReadWriteSplittingBackingMap | 
ReadWriteBackingMapScheme.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context,
                                       PartitionAwareBackingMap mapInternal,
                                       Map mapMisses,
                                       CacheLoader store,
                                       boolean fReadOnly,
                                       int cWriteBehindSeconds,
                                       double dflRefreshAheadFactor,
                                       boolean fWriteBehindRemove)
Construct a ReadWriteSplittingBackingMap using the specified parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ReadWriteSplittingBackingMap | 
DefaultConfigurableCacheFactory.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context,
                                       PartitionAwareBackingMap mapInternal,
                                       Map mapMisses,
                                       BinaryEntryStore storeBinary,
                                       boolean fReadOnly,
                                       int cWriteBehindSeconds,
                                       double dflRefreshAheadFactor)
Deprecated.  
Construct a ReadWriteSplittingBackingMap using the specified parameters. 
 | 
protected ReadWriteSplittingBackingMap | 
DefaultConfigurableCacheFactory.instantiateReadWriteSplittingBackingMap(BackingMapManagerContext context,
                                       PartitionAwareBackingMap mapInternal,
                                       Map mapMisses,
                                       CacheLoader store,
                                       boolean fReadOnly,
                                       int cWriteBehindSeconds,
                                       double dflRefreshAheadFactor)
Deprecated.  
Construct a ReadWriteSplittingBackingMap using the specified parameters. 
 |