Searched refs:IgnoreNode (Results 1 – 4 of 4) sorted by relevance
37 protected static class IgnoreNode { class in AnomalyDetector39 public final Map<String, IgnoreNode> children = new HashMap<>();43 protected static IgnoreNode buildIgnoreNodesTree(Iterable<String> pathsToIgnore) { in buildIgnoreNodesTree()44 final IgnoreNode root = new IgnoreNode(); in buildIgnoreNodesTree()47 IgnoreNode currentIgnoreNode = root; in buildIgnoreNodesTree()50 IgnoreNode child = currentIgnoreNode.children.get(part); in buildIgnoreNodesTree()52 currentIgnoreNode.children.put(part, child = new IgnoreNode()); in buildIgnoreNodesTree()
39 private static final IgnoreNode IGNORED_NODES_ROOT = buildIgnoreNodesTree(List.of(63 public IgnoreNode ignoreNode;86 final IgnoreNode parentIgnoreNode = info.parent != null in initializeNode()
39 private static final IgnoreNode IGNORED_NODES_ROOT = buildIgnoreNodesTree(List.of(82 public IgnoreNode ignoreNode;105 final IgnoreNode parentIgnoreNode = info.parent != null in initializeNode()
34 private static final IgnoreNode IGNORED_NODES_ROOT = buildIgnoreNodesTree(List.of(128 public IgnoreNode ignoreNode;151 final IgnoreNode parentIgnoreNode = info.parent != null in initializeNode()