public interface DistributedCallable<K,V,T> extends Callable<T>
Callablevoid setEnvironment(Cache<K,V> cache, Set<K> inputKeys)
cache - cache whose keys are used as input data for this DistributedCallable taskinputKeys - keys used as input for this DistributedCallable taskCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.