Package | Description |
---|---|
org.jboss.cache.util |
Modifier and Type | Class and Description |
---|---|
static class |
Caches.HashKeySelector<T>
Class that returns a child name to use based on the hash code of a key.
|
Modifier and Type | Method and Description |
---|---|
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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.