Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commons.util |
Commons package providing various utility classes
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheCollection<E>
A collection type that returns special Cache based streams that have additional options to tweak behavior.
|
interface |
CacheSet<E>
A set that also must implement the various
CacheCollection methods for streams. |
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 © 2018 JBoss, a division of Red Hat. All rights reserved.