Package | Description |
---|---|
org.infinispan.tree |
This package contains the TreeCache.
|
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.