Package | Description |
---|---|
org.infinispan.tree |
This package contains the TreeCache.
|
Modifier and Type | Field and Description |
---|---|
protected AdvancedCache<NodeKey,AtomicMap<?,?>> |
TreeStructureSupport.cache |
Modifier and Type | Method and Description |
---|---|
NodeKey |
NodeKey.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends NodeKey>> |
NodeKey.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
TreeCacheImpl.clearData(AdvancedCache<NodeKey,AtomicMap<?,?>> cache,
Fqn fqn) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.