Interface FilterConfigMBean


  • public interface FilterConfigMBean
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • Method Detail

      • getPaths

        java.lang.String[] getPaths()
        A set of paths, potentially containing globs, that include all events of this filter.
        Returns:
        list of paths
        See Also:
        FilterBuilder.addSubTree(String)
      • isIncludeClusterLocal

        boolean isIncludeClusterLocal()
        Whether to include cluster local changes.
        Returns:
        true if cluster local changes need to be included
      • isIncludeClusterExternal

        boolean isIncludeClusterExternal()
        Whether to include cluster external changes.
        Returns:
        true if cluster external changes need to be included