Class HotRodTargetMigrator

  • All Implemented Interfaces:
    TargetMigrator

    @MetaInfServices
    public class HotRodTargetMigrator
    extends java.lang.Object
    implements TargetMigrator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disconnectSource​(Cache<java.lang.Object,​java.lang.Object> cache)
      Disconnects the target from the source.
      java.lang.String getName()
      Returns the name of this migrator
      long synchronizeData​(Cache<java.lang.Object,​java.lang.Object> cache)
      Performs the synchronization of data between source and target
      long synchronizeData​(Cache<java.lang.Object,​java.lang.Object> cache, int readBatch, int threads)
      Performs the synchronization of data between source and target
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait