org.infinispan.tree
Class TreeStructureSupport
java.lang.Object
org.infinispan.batch.AutoBatchSupport
org.infinispan.tree.TreeStructureSupport
- Direct Known Subclasses:
- NodeImpl, TreeCacheImpl
public class TreeStructureSupport
- extends AutoBatchSupport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
protected final Cache<NodeKey,AtomicMap<?,?>> cache
icc
protected final InvocationContextContainer icc
TreeStructureSupport
public TreeStructureSupport(Cache<?,?> cache,
BatchContainer batchContainer,
InvocationContextContainer icc)
exists
public boolean exists(Fqn f)
isLocked
public static boolean isLocked(LockManager lockManager,
Fqn fqn)
printTree
public static String printTree(TreeCache<?,?> cache,
boolean details)
- Visual representation of a tree
- Parameters:
cache
- cache to dump
- Returns:
- String rep
getAtomicMap
protected final <K,V> AtomicMap<K,V> getAtomicMap(NodeKey key)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.