Search Results for

    Show / Hide Table of Contents

    Namespace Apache.Ignite.Core.Failure

    Classes

    NoOpFailureHandler

    Just ignores any failure. It's useful for tests and debugging.

    StopNodeFailureHandler

    Handler will stop node in case of critical error.

    StopNodeOrHaltFailureHandler

    Handler will try to stop node if TryStop value is true. If node can't be stopped during provided Timeout or TryStop value is false then JVM process will be terminated forcibly.

    Interfaces

    IFailureHandler

    Failure handler interface.

    Only predefined implementations are supported: NoOpFailureHandler, StopNodeFailureHandler, StopNodeOrHaltFailureHandler.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation