Interface TieredStorageResource


  • public interface TieredStorageResource
    The resource (e.g., local files, remote storage files, etc.) for the Tiered Storage.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void release()
      Release all the resources, e.g. delete the files, recycle the occupied memory, etc.
    • Method Detail

      • release

        void release()
        Release all the resources, e.g. delete the files, recycle the occupied memory, etc.