Uses of Class
org.infinispan.tree.NodeNotExistsException
-
Packages that use NodeNotExistsException Package Description org.infinispan.tree TreeCache API. -
-
Uses of NodeNotExistsException in org.infinispan.tree
Methods in org.infinispan.tree that throw NodeNotExistsException Modifier and Type Method Description voidTreeCache. move(java.lang.String nodeToMove, java.lang.String newParent)Convenience method that takes in string representations of Fqns.voidTreeCache. move(java.lang.String nodeToMove, java.lang.String newParent, Flag... flags)voidTreeCache. move(Fqn nodeToMove, Fqn newParent)Moves a part of the cache to a different subtree.voidTreeCache. move(Fqn nodeToMove, Fqn newParent, Flag... flags)
-