Class DistributedServerTask<T>

java.lang.Object
org.infinispan.server.tasks.DistributedServerTask<T>
All Implemented Interfaces:
Function<org.infinispan.manager.EmbeddedCacheManager,T>

@ProtoTypeId(4802) public class DistributedServerTask<T> extends Object implements Function<org.infinispan.manager.EmbeddedCacheManager,T>
Author:
Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
  • Constructor Details

    • DistributedServerTask

      @ProtoFactory public DistributedServerTask(String taskName, String cacheName, org.infinispan.tasks.TaskContext context)
  • Method Details

    • apply

      public T apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
      Specified by:
      apply in interface Function<org.infinispan.manager.EmbeddedCacheManager,T>