Interface StorageService
- All Known Implementing Classes:
FileStorageService
public interface StorageService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateParents(File file) longgetQuarantineFile(UUID shardUuid) getStagingFile(UUID shardUuid) getStorageFile(UUID shardUuid) voidstart()
-
Method Details
-
start
void start() -
getAvailableBytes
long getAvailableBytes() -
createParents
-
getStorageFile
-
getStagingFile
-
getQuarantineFile
-
getStorageShards
-