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