@Beta public final class TaskUtils extends Object
Runnable
Callable
static <V> Callable<V>
named(String name, Callable<V> callable)
NamedTask
static Runnable
named(String name, Runnable runnable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Runnable named(String name, Runnable runnable)
name
runnable
public static <V> Callable<V> named(String name, Callable<V> callable)
callable
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.