Class DirectoryVolumeService
- java.lang.Object
-
- org.silverpeas.core.silverstatistics.volume.service.DirectoryVolumeService
-
public class DirectoryVolumeService extends Object
Compute the size in terms of number of files and total size of all the components available for a specified user.
-
-
Constructor Summary
Constructors Constructor Description DirectoryVolumeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String[]>
getFileNumberVentilation(String userId)
Map<String,String[]>
getSizeVentilation(String userId)
-
-
-
Method Detail
-
getSizeVentilation
public Map<String,String[]> getSizeVentilation(String userId) throws InterruptedException, ExecutionException
-
getFileNumberVentilation
public Map<String,String[]> getFileNumberVentilation(String userId) throws InterruptedException, ExecutionException
-
-