Class MigrationTask

  • All Implemented Interfaces:
    java.util.function.Function<EmbeddedCacheManager,​java.lang.Integer>

    public class MigrationTask
    extends java.lang.Object
    implements java.util.function.Function<EmbeddedCacheManager,​java.lang.Integer>
    • Constructor Summary

      Constructors 
      Constructor Description
      MigrationTask​(java.lang.String cacheName, java.util.Set<java.lang.Integer> segments, int readBatch, int threads)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer apply​(EmbeddedCacheManager embeddedCacheManager)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • MigrationTask

        public MigrationTask​(java.lang.String cacheName,
                             java.util.Set<java.lang.Integer> segments,
                             int readBatch,
                             int threads)