| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.functional |
Functional API package
|
| Modifier and Type | Method and Description |
|---|---|
default void |
CacheStream.forEach(SerializableConsumer<? super R> action)
Same as
CacheStream.forEach(Consumer) except that the Consumer must also
implement Serializable |
default CacheStream<R> |
CacheStream.peek(SerializableConsumer<? super R> action)
Same as
CacheStream.peek(Consumer) except that the Consumer must also implement Serializable |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Void> |
FunctionalMap.WriteOnlyMap.eval(K key,
SerializableConsumer<EntryView.WriteEntryView<K,V>> f)
Same as
FunctionalMap.WriteOnlyMap.eval(Object, Consumer) except that the function must also
implement Serializable |
default CompletableFuture<Void> |
FunctionalMap.WriteOnlyMap.evalAll(SerializableConsumer<EntryView.WriteEntryView<K,V>> f)
Same as
FunctionalMap.WriteOnlyMap.evalAll(Consumer) except that the function must also
implement Serializable |
default CompletableFuture<Void> |
FunctionalMap.WriteOnlyMap.evalMany(Set<? extends K> keys,
SerializableConsumer<EntryView.WriteEntryView<K,V>> f)
Same as
FunctionalMap.WriteOnlyMap.evalMany(Set, Consumer) except that the function must also
implement Serializable |
Copyright © 2022 JBoss by Red Hat. All rights reserved.