Interface DistributedCallable<K,​V,​T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setEnvironment​(Cache<K,​V> cache, Set<K> inputKeys)
      Invoked by execution environment after DistributedCallable has been migrated for execution to a specific Infinispan node.
      • Methods inherited from interface java.util.concurrent.Callable

        call
    • Method Detail

      • setEnvironment

        void setEnvironment​(Cache<K,​V> cache,
                            Set<K> inputKeys)
        Invoked by execution environment after DistributedCallable has been migrated for execution to a specific Infinispan node.
        Parameters:
        cache - cache whose keys are used as input data for this DistributedCallable task
        inputKeys - keys used as input for this DistributedCallable task