Class MigrationTask
java.lang.Object
org.infinispan.persistence.remote.upgrade.MigrationTask
- All Implemented Interfaces:
Function<EmbeddedCacheManager, Integer>
@ProtoTypeId(6403)
public class MigrationTask
extends Object
implements Function<EmbeddedCacheManager, Integer>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMigrationTask
(String cacheName, Set<Integer> segments, int readBatch, int threads) -
Method Summary
-
Constructor Details
-
MigrationTask
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EmbeddedCacheManager, Integer>
-