Interface FilterConfigMBean


public interface FilterConfigMBean
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    A set of paths, potentially containing globs, that include all events of this filter.
    boolean
    Whether to include cluster external changes.
    boolean
    Whether to include cluster local changes.
  • Field Details

  • Method Details

    • getPaths

      String[] getPaths()
      A set of paths, potentially containing globs, that include all events of this filter.
      Returns:
      list of paths
      See Also:
    • 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