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 |
---|---|
CloseableIteratorCollection<V> |
RemoteCache.values() |
CloseableIteratorCollection<V> |
RemoteCache.values(IntSet segments)
This method is identical to
RemoteCache.values() except that it will only return values that map to the given segments. |
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableIteratorSet<E>
A set that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one. |
Modifier and Type | Class and Description |
---|---|
class |
CloseableIteratorCollectionAdapter<E>
Adapts
Collection to CloseableIteratorCollection |
class |
CloseableIteratorSetAdapter<E>
Adapts
Set to CloseableIteratorSet |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.