Uses of Interface
org.jboss.cache.util.Caches.ChildSelector

Packages that use Caches.ChildSelector
org.jboss.cache.util   
 

Uses of Caches.ChildSelector in org.jboss.cache.util
 

Classes in org.jboss.cache.util that implement Caches.ChildSelector
static class Caches.HashKeySelector<T>
          Class that returns a child name to use based on the hash code of a key.
 

Methods in org.jboss.cache.util with parameters of type Caches.ChildSelector
static
<K,V> Map<K,V>
Caches.asPartitionedMap(Node<K,V> node, Caches.ChildSelector<K> ss)
          Returns a Map, where map entries are partitioned into children, within a cache node, by key hash code.
 



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