Class RestTargetMigrator

  • All Implemented Interfaces:
    org.infinispan.upgrade.TargetMigrator

    @MetaInfServices
    @Deprecated
    public class RestTargetMigrator
    extends Object
    implements org.infinispan.upgrade.TargetMigrator
    Deprecated.
    This migrator should no longer be used and the HotRodTargetMigrator should be used instead
    • Constructor Detail

      • RestTargetMigrator

        public RestTargetMigrator()
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Specified by:
        getName in interface org.infinispan.upgrade.TargetMigrator
      • synchronizeData

        public long synchronizeData​(org.infinispan.Cache<Object,​Object> cache)
                             throws org.infinispan.commons.CacheException
        Deprecated.
        Specified by:
        synchronizeData in interface org.infinispan.upgrade.TargetMigrator
        Throws:
        org.infinispan.commons.CacheException
      • synchronizeData

        public long synchronizeData​(org.infinispan.Cache<Object,​Object> cache,
                                    int readBatch,
                                    int threads)
                             throws org.infinispan.commons.CacheException
        Deprecated.
        Specified by:
        synchronizeData in interface org.infinispan.upgrade.TargetMigrator
        Throws:
        org.infinispan.commons.CacheException
      • disconnectSource

        public void disconnectSource​(org.infinispan.Cache<Object,​Object> cache)
                              throws org.infinispan.commons.CacheException
        Deprecated.
        Specified by:
        disconnectSource in interface org.infinispan.upgrade.TargetMigrator
        Throws:
        org.infinispan.commons.CacheException