Uses of Interface
org.infinispan.util.function.SerializableRunnable
-
Uses of SerializableRunnable in org.infinispan.manager
Modifier and TypeMethodDescriptiondefault void
ClusterExecutor.execute
(SerializableRunnable command) The same asExecutor.execute(Runnable)
, except the Runnable must also implement Serializable.default CompletableFuture<Void>
ClusterExecutor.submit
(SerializableRunnable command) The same asClusterExecutor.submit(Runnable)
, except the Runnable must also implement Serializable.