Uses of Interface
org.infinispan.tree.Node
-
Packages that use Node Package Description org.infinispan.tree TreeCache API. -
-
Uses of Node in org.infinispan.tree
Methods in org.infinispan.tree that return Node Modifier and Type Method Description Node<K,V>Node. addChild(Fqn f)Adds a child node with the givenFqnunder the current node.Node<K,V>Node. addChild(Fqn f, Flag... flags)Node<K,V>Node. getChild(java.lang.Object name)Node<K,V>Node. getChild(java.lang.Object name, Flag... flags)Node<K,V>Node. getChild(Fqn f)Returns the child nodeNode<K,V>Node. getChild(Fqn f, Flag... flags)Node<K,V>TreeCache. getNode(java.lang.String fqn)Convenience method that takes a string representation of an Fqn.Node<K,V>TreeCache. getNode(java.lang.String fqn, Flag... flags)Node<K,V>TreeCache. getNode(Fqn fqn)A convenience method to retrieve a node directly from the cache.Node<K,V>TreeCache. getNode(Fqn fqn, Flag... flags)Node<K,V>Node. getParent()Returns the parent node.Node<K,V>Node. getParent(Flag... flags)Node<K,V>TreeCache. getRoot()Returns the root node of this cache.Node<K,V>TreeCache. getRoot(Flag... flags)Methods in org.infinispan.tree that return types with arguments of type Node Modifier and Type Method Description java.util.Set<Node<K,V>>Node. getChildren()Returns an immutable set of children nodes.java.util.Set<Node<K,V>>Node. getChildren(Flag... flags)
-