Uses of Class
org.infinispan.tree.NodeKey

Packages that use NodeKey
org.infinispan.tree This package contains the TreeCache. 
 

Uses of NodeKey in org.infinispan.tree
 

Fields in org.infinispan.tree with type parameters of type NodeKey
protected  Cache<NodeKey,AtomicMap<?,?>> TreeStructureSupport.cache
           
 

Methods in org.infinispan.tree that return NodeKey
 NodeKey NodeKey.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.tree that return types with arguments of type NodeKey
 Set<Class<? extends NodeKey>> NodeKey.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.tree with parameters of type NodeKey
protected
<K,V> AtomicMap<K,V>
TreeStructureSupport.getAtomicMap(NodeKey key)
           
 void NodeKey.Externalizer.writeObject(ObjectOutput output, NodeKey key)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.