Class PreloadManager

java.lang.Object
org.infinispan.persistence.manager.PreloadManager

public class PreloadManager extends Object
Separate the preload into its own component
  • Field Details

    • PRELOAD_FLAGS

      public static final long PRELOAD_FLAGS
    • PRELOAD_WITHOUT_INDEXING_FLAGS

      public static final long PRELOAD_WITHOUT_INDEXING_FLAGS
    • persistenceManager

      protected PersistenceManager persistenceManager
    • cache

      protected ComponentRef<AdvancedCache<?,?>> cache
  • Constructor Details

    • PreloadManager

      public PreloadManager()
  • Method Details

    • start

      public void start()
    • isFullyPreloaded

      public boolean isFullyPreloaded()
      Returns:
      true if all entries from the store have been inserted to the cache. If the persistence/preload is disabled or eviction limit was reached when preloading, returns false.