Interface CheckpointListener.Context

  • All Known Implementing Classes:
    CheckpointContextImpl
    Enclosing interface:
    CheckpointListener

    public static interface CheckpointListener.Context
    Context with information about current snapshots.
    • Method Detail

      • walFlush

        void walFlush​(boolean flush)
        Parameters:
        flush - If True then will flush WAL after a Checkpoint begin.
      • walFlush

        boolean walFlush()
        Whether to flush WAL after a Checkpoint begin.
      • finishedStateFut

        IgniteInternalFuture<?> finishedStateFut()
        Returns:
        Checkpoint future which will be completed when checkpoint ends.
      • executor

        @Nullable
        @Nullable Executor executor()
        Returns:
        Context executor.