Interface StorageKillable

    • Method Detail

      • killStorage

        void killStorage​(Throwable cause)
        Stops all threads, releases all resources (e.g. close files) without considering any internal state or waiting for any action to be completed.

        Useful only in simple error cases, for example

        Parameters:
        cause - the reason for the kill