Interface TieredStorageResource
public interface TieredStorageResource
The resource (e.g., local files, remote storage files, etc.) for the Tiered Storage.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrelease()Release all the resources, e.g. delete the files, recycle the occupied memory, etc.
-
Method Details
-
release
void release()Release all the resources, e.g. delete the files, recycle the occupied memory, etc.
-