Interface FilterConfigMBean
-
public interface FilterConfigMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getPaths()
A set of paths, potentially containing globs, that include all events of this filter.boolean
isIncludeClusterExternal()
Whether to include cluster external changes.boolean
isIncludeClusterLocal()
Whether to include cluster local changes.
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPaths
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
-
-