Uses of Class
org.duracloud.client.SpaceStatsDTOList
-
Packages that use SpaceStatsDTOList Package Description org.duracloud.client -
-
Uses of SpaceStatsDTOList in org.duracloud.client
Methods in org.duracloud.client that return SpaceStatsDTOList Modifier and Type Method Description SpaceStatsDTOListContentStore. getSpaceStats(String spaceId, Date from, Date to)Returns a space stats time series for presenting in a graph.SpaceStatsDTOListContentStoreImpl. getSpaceStats(String spaceId, Date start, Date end)SpaceStatsDTOListContentStore. getStorageProviderStats(Date from, Date to)Returns a base based series of stats for all spaces within a storage provider for the specified time range.SpaceStatsDTOListContentStoreImpl. getStorageProviderStats(Date start, Date end)SpaceStatsDTOListContentStore. getStorageProviderStatsByDay(Date date)Returns stats for all spaces within a storage provider for a particular day, averaging bit and object counts between 0:00:00 and 23:59:59 UTC.SpaceStatsDTOListContentStoreImpl. getStorageProviderStatsByDay(Date date)
-