Interface PassivationManager

    • Method Detail

      • isEnabled

        boolean isEnabled()
      • passivateAsync

        java.util.concurrent.CompletionStage<java.lang.Void> passivateAsync​(InternalCacheEntry entry)
        Passivates the entry in a non blocking fashion.
        Parameters:
        entry - entry to passivate
        Returns:
        CompletionStage that when complete will have passivated the entry and notified listeners
      • skipPassivationOnStop

        void skipPassivationOnStop​(boolean skip)
        Skips the passivation when the cache is stopped.
      • getPassivations

        long getPassivations()