- All Implemented Interfaces:
Function<org.infinispan.manager.EmbeddedCacheManager,Integer>
public class MigrationTask
extends Object
implements Function<org.infinispan.manager.EmbeddedCacheManager,Integer>
-
Nested Class Summary
Nested Classes
static class
static class
static class
-
Constructor Summary
Constructors
-
Method Summary
apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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>