Class MapBuilder.Dependencies

java.lang.Object
com.tangosol.coherence.config.builder.MapBuilder.Dependencies
Enclosing interface:
MapBuilder

public static class MapBuilder.Dependencies extends Object
The commonly required MapBuilder.Dependencies for realizing a Map with a MapBuilder.
  • Constructor Details

  • Method Details

    • isBinary

      public boolean isBinary()
      Return true if the map is binary.
      Returns:
      true if the map is binary
    • isBackup

      public boolean isBackup()
      Return true if the map is a backup map.
      Returns:
      true if the map is a backup map
    • setBackup

      public void setBackup(boolean fBackup)
      Set the flag indicating that the map is a backup map.
      Parameters:
      fBackup - true if the map is a backup map
    • isBlind

      public boolean isBlind()
      Return true if the map is in blind mode.
      Returns:
      true if the map is in blind mode
    • setBlind

      public void setBlind(boolean fBlind)
      Set the flag indicating that the map is in blind mode.
      Parameters:
      fBlind - true if the map is in blind mode.
    • getBackingMapManagerContext

      public BackingMapManagerContext getBackingMapManagerContext()
      Returns:
      the BackingMapManagerContext
    • getCacheName

      public String getCacheName()
      Return the cache name.
      Returns:
      the cache name
    • getConfigurableCacheFactory

      public ConfigurableCacheFactory getConfigurableCacheFactory()
      Return the ConfigurableCacheFactory needed to create nested caches.
      Returns:
      the ConfigurableCacheFactory
    • getClassLoader

      public ClassLoader getClassLoader()
      Returns the ClassLoader to use in the context of realizing Maps and other associated infrastructure.
      Returns:
      the ClassLoader
    • getServiceType

      public String getServiceType()
      Return the Service type.
      Returns:
      the Service type
    • getMapListenersRegistry

      public Map<Map,MapListener> getMapListenersRegistry()
      Obtains the registry of MapListeners, which is a Map keyed by Map to their associated MapListener.
      Returns:
      the Map of Maps to MapListeners