Uses of Class
fr.gouv.vitam.storage.driver.model.StorageCapacityResult
-
Packages that use StorageCapacityResult Package Description fr.gouv.vitam.driver.fake Provides a fake Driver implementation for tests purposefr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.offers.workspace.driver Provides implementation of the driver for the Workspace Driver module. -
-
Uses of StorageCapacityResult in fr.gouv.vitam.driver.fake
Methods in fr.gouv.vitam.driver.fake that return StorageCapacityResult Modifier and Type Method Description StorageCapacityResult
FakeDriverImpl.FakeConnectionImpl. getStorageCapacity(java.lang.Integer tenantId)
-
Uses of StorageCapacityResult in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver that return StorageCapacityResult Modifier and Type Method Description StorageCapacityResult
Connection. getStorageCapacity(java.lang.Integer tenantId)
Retrieve the remaining storage capacity available on the distant offer. -
Uses of StorageCapacityResult in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return StorageCapacityResult Modifier and Type Method Description StorageCapacityResult
ConnectionImpl. getStorageCapacity(java.lang.Integer tenantId)
-