Class MigrationTask

java.lang.Object
org.infinispan.persistence.remote.upgrade.MigrationTask
All Implemented Interfaces:
Function<org.infinispan.manager.EmbeddedCacheManager,Integer>

public class MigrationTask extends Object implements Function<org.infinispan.manager.EmbeddedCacheManager,Integer>
  • Constructor Details

    • MigrationTask

      public MigrationTask(String cacheName, Set<Integer> segments, int readBatch, int threads)
  • Method Details

    • apply

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