Package | Description |
---|---|
org.infinispan.cache.impl | |
org.infinispan.commands.read | |
org.infinispan.commons.util |
Commons package providing various utility classes
|
org.infinispan.interceptors.distribution | |
org.infinispan.stream.impl.local | |
org.infinispan.stream.impl.spliterators | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Method and Description |
---|---|
CloseableSpliterator<Map.Entry<K,V>> |
SimpleCacheImpl.EntrySet.spliterator() |
CloseableSpliterator<CacheEntry<K,V>> |
SimpleCacheImpl.CacheEntrySet.spliterator() |
Modifier and Type | Method and Description |
---|---|
abstract CloseableSpliterator<O> |
AbstractCloseableIteratorCollection.spliterator() |
Modifier and Type | Method and Description |
---|---|
CloseableSpliterator<E> |
CloseableIteratorCollection.spliterator() |
CloseableSpliterator<E> |
CloseableIteratorSetAdapter.spliterator() |
CloseableSpliterator<E> |
CloseableIteratorCollectionAdapter.spliterator() |
CloseableSpliterator<E> |
CloseableIteratorSet.spliterator() |
static <E> CloseableSpliterator<E> |
Closeables.spliterator(CloseableIterator<? extends E> iterator,
long size,
int characteristics)
Takes a provided closeable iterator and wraps it appropriately so it can be used as a closeable spliterator that
will close the iterator when the spliterator is closed.
|
static <T> CloseableSpliterator<T> |
Closeables.spliterator(Spliterator<T> spliterator)
Creates a closeable spliterator from the given spliterator that does nothing when close is called.
|
static <R> CloseableSpliterator<R> |
Closeables.spliterator(Stream<R> stream)
Creates a closeable spliterator that when closed will close the underlying stream as well
|
Modifier and Type | Method and Description |
---|---|
CloseableSpliterator<CacheEntry<K,V>> |
DistributionBulkInterceptor.BackingEntrySet.spliterator() |
CloseableSpliterator<K> |
DistributionBulkInterceptor.BackingKeySet.spliterator() |
Modifier and Type | Method and Description |
---|---|
CloseableSpliterator<V> |
ValueCacheCollection.spliterator() |
Modifier and Type | Class and Description |
---|---|
class |
IteratorAsSpliterator<T>
A Spliterator using the provided iterator for supplying values.
|
Modifier and Type | Method and Description |
---|---|
CloseableSpliterator<E> |
AbstractDelegatingCloseableIteratorSet.spliterator() |
CloseableSpliterator<E> |
AbstractDelegatingCloseableIteratorCollection.spliterator() |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.