Interface FilterConfigMBean
public interface FilterConfigMBean
-
Field Details
-
TYPE
- See Also:
-
-
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
-