| Package | Description |
|---|---|
| org.duracloud.client |
| Modifier and Type | Method and Description |
|---|---|
SpaceStatsDTOList |
ContentStoreImpl.getSpaceStats(String spaceId,
Date start,
Date end) |
SpaceStatsDTOList |
ContentStore.getSpaceStats(String spaceId,
Date from,
Date to)
Returns a space stats time series for presenting in a graph.
|
SpaceStatsDTOList |
ContentStoreImpl.getStorageProviderStats(Date start,
Date end) |
SpaceStatsDTOList |
ContentStore.getStorageProviderStats(Date from,
Date to)
Returns a base based series of stats for all spaces within a storage provider for the
specified time range.
|
SpaceStatsDTOList |
ContentStoreImpl.getStorageProviderStatsByDay(Date date) |
SpaceStatsDTOList |
ContentStore.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.
|
Copyright © 2009–2019 DuraSpace. All rights reserved.