|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.coherence.config.builder.MapBuilder.Dependencies
public static class MapBuilder.Dependencies
The commonly required MapBuilder.Dependencies for realizing a Map with a MapBuilder.
| Constructor Summary | |
|---|---|
MapBuilder.Dependencies(ConfigurableCacheFactory ccf, BackingMapManagerContext ctxBackingMapManager, java.lang.ClassLoader loader, java.lang.String sCacheName, java.lang.String sServiceType)Constructs a MapBuilder.Dependencies. |
|
MapBuilder.Dependencies(ConfigurableCacheFactory ccf, BackingMapManagerContext ctxBackingMapManager, java.lang.ClassLoader loader, java.lang.String sCacheName, java.lang.String sServiceType, java.util.Map mapMapListeners)Constructs a MapBuilder.Dependencies. |
|
| Method Summary | |
|---|---|
BackingMapManagerContext |
getBackingMapManagerContext()Return the BackingMapManagerContext. |
java.lang.String |
getCacheName()Return the cache name. |
java.lang.ClassLoader |
getClassLoader()Returns the ClassLoader to use in the context of realizing Maps and other associated infrastructure. |
ConfigurableCacheFactory |
getConfigurableCacheFactory()Return the ConfigurableCacheFactory needed to create nested caches. |
java.util.Map |
getMapListenersRegistry()Obtains the registry of MapListeners, which is a Map keyed by Map to their associated MapListener. |
java.lang.String |
getServiceType()Return the Service type. |
boolean |
isBackup()Return true if the map is a backup map. |
boolean |
isBinary()Return true if the map is binary. |
void |
setBackup(boolean fBackup)Set the flag indicating that the map is a backup map. |
| Constructor Detail |
|---|
public MapBuilder.Dependencies(ConfigurableCacheFactory ccf,
BackingMapManagerContext ctxBackingMapManager,
java.lang.ClassLoader loader,
java.lang.String sCacheName,
java.lang.String sServiceType)
MapBuilder.Dependencies.
Note: In some circumstances the properties encapsulated by a MapBuilder.Dependencies may not be available or not required. In these cases the properties will be a default value or null.
ccf - the ConfigurableCacheFactoryctxBackingMapManager - the BackingMapManagerContextloader - the ClassLoadersCacheName - the cache namesServiceType - the service type
public MapBuilder.Dependencies(ConfigurableCacheFactory ccf,
BackingMapManagerContext ctxBackingMapManager,
java.lang.ClassLoader loader,
java.lang.String sCacheName,
java.lang.String sServiceType,
java.util.Map mapMapListeners)
MapBuilder.Dependencies.
Note: In some circumstances the properties encapsulated by a MapBuilder.Dependencies may not be available or not required. In these cases the properties will be a default value or null.
ccf - the ConfigurableCacheFactoryctxBackingMapManager - the BackingMapManagerContextloader - the ClassLoadersCacheName - the cache namesServiceType - the service type| Method Detail |
|---|
public boolean isBinary()
public boolean isBackup()
public void setBackup(boolean fBackup)
fBackup - true if the map is a backup mappublic BackingMapManagerContext getBackingMapManagerContext()
BackingMapManagerContext.public java.lang.String getCacheName()
public ConfigurableCacheFactory getConfigurableCacheFactory()
ConfigurableCacheFactory needed to create nested caches.public java.lang.ClassLoader getClassLoader()
ClassLoader to use in the context of realizing Maps and other associated infrastructure.ClassLoaderpublic java.lang.String getServiceType()
public java.util.Map getMapListenersRegistry()
MapListeners, which is a Map keyed by Map to their associated MapListener.Map of Maps to MapListeners
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||