Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteratorSet<Map.Entry<K,V>> |
Cache.entrySet()
Returns a set view of the mappings contained in this cache and cache loader across the entire cluster.
|
CloseableIteratorSet<K> |
Cache.keySet()
Returns a set view of the keys contained in this cache and cache loader across the entire cluster.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.