Class RestTargetMigrator

  • All Implemented Interfaces:
    TargetMigrator

    @MetaInfServices
    @Deprecated
    public class RestTargetMigrator
    extends java.lang.Object
    implements TargetMigrator
    Deprecated.
    This migrator should no longer be used and the HotRodTargetMigrator should be used instead
    • Constructor Summary

      Constructors 
      Constructor Description
      RestTargetMigrator()
      Deprecated.
       
    • Method Summary

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

      • RestTargetMigrator

        public RestTargetMigrator()
        Deprecated.