Interface StorageService

All Known Implementing Classes:
FileStorageService

public interface StorageService
  • Method Details

    • start

      void start()
    • getAvailableBytes

      long getAvailableBytes()
    • createParents

      void createParents(File file)
    • getStorageFile

      File getStorageFile(UUID shardUuid)
    • getStagingFile

      File getStagingFile(UUID shardUuid)
    • getQuarantineFile

      File getQuarantineFile(UUID shardUuid)
    • getStorageShards

      Set<UUID> getStorageShards()