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  AdvancedCache<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(AdvancedCache<?,?> cache, NodeKey key)
           
protected
<K,V> AtomicMap<K,V>
TreeStructureSupport.getAtomicMap(NodeKey key)
           
 void NodeKey.Externalizer.writeObject(ObjectOutput output, NodeKey key)
           
 

Method parameters in org.infinispan.tree with type arguments of type NodeKey
 void TreeCacheImpl.clearData(AdvancedCache<NodeKey,AtomicMap<?,?>> cache, Fqn fqn)
           
 


-->

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