Package | Description |
---|---|
org.infinispan.manager |
Cache manager package
|
org.infinispan.manager.impl |
Modifier and Type | Method and Description |
---|---|
void |
ClusterExecutor.execute(SerializableRunnable command)
The same as
Executor.execute(Runnable) , except the Runnable must also implement Serializable. |
CompletableFuture<Void> |
ClusterExecutor.submit(SerializableRunnable command)
The same as
ClusterExecutor.submit(Runnable) , except the Runnable must also implement Serializable. |
Modifier and Type | Method and Description |
---|---|
void |
ClusterExecutorImpl.execute(SerializableRunnable runnable) |
CompletableFuture<Void> |
ClusterExecutorImpl.submit(SerializableRunnable runnable) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.