| Package | Description |
|---|---|
| org.infinispan.manager |
Cache manager API.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ClusterExecutor.execute(SerializableRunnable command)
The same as
Executor.execute(Runnable), except the Runnable must also implement Serializable. |
default CompletableFuture<Void> |
ClusterExecutor.submit(SerializableRunnable command)
The same as
ClusterExecutor.submit(Runnable), except the Runnable must also implement Serializable. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.