|
ModeShape Distribution 3.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.InfinispanUtil
public class InfinispanUtil
A set of utility methods for Infinispan caches.
| Nested Class Summary | |
|---|---|
protected static class |
InfinispanUtil.DistributedKeySequence<T>
A InfinispanUtil.Sequence implementation that returns the keys returned by multiple futures that make take time to complete. |
protected static class |
InfinispanUtil.GetAllKeys<K,V>
A DistributedCallable implementation that returns the complete set of keys in an Infinispan cache. |
static class |
InfinispanUtil.IteratorSequence<T>
|
static interface |
InfinispanUtil.Sequence<T>
A sequence of values. |
| Method Summary | ||
|---|---|---|
static
|
getAllKeys(org.infinispan.Cache<K,V> cache)
Get all of the keys in the cache. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <K,V> InfinispanUtil.Sequence<K> getAllKeys(org.infinispan.Cache<K,V> cache)
K - the type of keyV - the type of valuecache - the cache
|
ModeShape Distribution 3.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||