| Package | Description |
|---|---|
| org.infinispan.manager |
Cache manager package
|
| org.infinispan.manager.impl |
| Modifier and Type | Method and Description |
|---|---|
<V> CompletableFuture<Void> |
ClusterExecutor.submitConsumer(Function<? super EmbeddedCacheManager,? extends V> callable,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer)
Submits the given command to the desired nodes and allows for handling of results as they return.
|
<V> CompletableFuture<Void> |
ClusterExecutor.submitConsumer(SerializableFunction<? super EmbeddedCacheManager,? extends V> callable,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer)
The same as
ClusterExecutor.submitConsumer(Function, TriConsumer), except the Callable must also implement
Serializable. |
| Modifier and Type | Method and Description |
|---|---|
<V> CompletableFuture<Void> |
ClusterExecutorImpl.submitConsumer(Function<? super EmbeddedCacheManager,? extends V> function,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer) |
<V> CompletableFuture<Void> |
ClusterExecutorImpl.submitConsumer(SerializableFunction<? super EmbeddedCacheManager,? extends V> function,
TriConsumer<? super Address,? super V,? super Throwable> triConsumer) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.