Package | Description |
---|---|
org.infinispan.client.hotrod |
Hot Rod client API.
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
Modifier and Type | Method and Description |
---|---|
CloseableIteratorSet<Map.Entry<K,V>> |
RemoteCache.entrySet() |
CloseableIteratorSet<Map.Entry<K,V>> |
RemoteCache.entrySet(IntSet segments)
This method is identical to
RemoteCache.entrySet() except that it will only return entries that map to the given segments. |
CloseableIteratorSet<K> |
RemoteCache.keySet() |
CloseableIteratorSet<K> |
RemoteCache.keySet(IntSet segments)
This method is identical to
RemoteCache.keySet() except that it will only return keys that map to the given segments. |
Modifier and Type | Class and Description |
---|---|
class |
CloseableIteratorSetAdapter<E>
Adapts
Set to CloseableIteratorSet |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.