Interface LocalBackendCfg

    • Method Detail

      • addLocalChangeListener

        void addLocalChangeListener​(ConfigurationChangeListener<LocalBackendCfg> listener)
        Register to be notified when this Local Backend is changed.
        Parameters:
        listener - The Local Backend configuration change listener.
      • removeLocalChangeListener

        void removeLocalChangeListener​(ConfigurationChangeListener<LocalBackendCfg> listener)
        Deregister an existing Local Backend configuration change listener.
        Parameters:
        listener - The Local Backend configuration change listener.
      • getWritabilityMode

        LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
        Gets the "writability-mode" property.

        Specifies the behavior that the backend should use when processing write operations.

        Returns:
        Returns the value of the "writability-mode" property.