Class MapBuilder.Dependencies

    • Method Detail

      • 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.
      • getCacheName

        public String getCacheName()
        Return the cache name.
        Returns:
        the cache name
      • 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