Interface StorageKillable

All Known Implementing Classes:
StorageSystem.Default

public interface StorageKillable
  • Method Summary

    Modifier and Type Method Description
    void killStorage​(Throwable cause)
    Stops all threads, releases all resources (e.g.
  • Method Details

    • 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 -