org.gridvise.coherence.cache.cachetree
Class TreeModel<K,V>

java.lang.Object
  extended by org.gridvise.coherence.cache.cachetree.TreeModel<K,V>

public class TreeModel<K,V>
extends Object


Field Summary
static String ROOT_VALUE
           
 
Constructor Summary
TreeModel(ICache<K,V> cache)
           
 
Method Summary
 ICacheTreeNode<K,V> getRootNode(List<com.tangosol.util.ValueExtractor> extrators)
           
 ICacheTreeNode<K,V> getRootNode(String[] extractorMethodNameArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_VALUE

public static final String ROOT_VALUE
See Also:
Constant Field Values
Constructor Detail

TreeModel

public TreeModel(ICache<K,V> cache)
Method Detail

getRootNode

public ICacheTreeNode<K,V> getRootNode(String[] extractorMethodNameArray)

getRootNode

public ICacheTreeNode<K,V> getRootNode(List<com.tangosol.util.ValueExtractor> extrators)


Copyright © 2013. All Rights Reserved.