Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.invocation | |
org.jboss.cache.mvcc |
Modifier and Type | Method and Description |
---|---|
void |
Cache.move(Fqn nodeToMove,
Fqn newParent)
Moves a part of the cache to a different subtree.
|
void |
Cache.move(String nodeToMove,
String newParent)
Convenience method that takes in string representations of Fqns.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheInvocationDelegate.isLeaf(Fqn fqn) |
boolean |
CacheInvocationDelegate.isLeaf(String fqn) |
void |
CacheInvocationDelegate.move(Fqn nodeToMove,
Fqn newParent) |
void |
CacheInvocationDelegate.move(String nodeToMove,
String newParent) |
Modifier and Type | Method and Description |
---|---|
protected InternalNode |
ReadCommittedNode.lookupParent(Fqn fqn,
InvocationContext ctx,
DataContainer container)
Performs a lookup for the parent node of the Fqn passed in.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.