Class LoomExecutorService
java.lang.Object
com.loomcache.client.LoomExecutorService
Client facade for a named distributed executor service.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanname()<T> @Nullable Tvoidshutdown()@Nullable StringsubmitToAll(Callable<?> task) submitToKey(String key, Callable<?> task) submitToMember(String memberId, Callable<?> task)
-
Method Details
-
name
-
submit
-
submitToKey
-
submitToMember
-
submitToAll
-
cancel
-
status
-
result
-
shutdown
public void shutdown()
-