Package | Description |
---|---|
org.duracloud.client.report | |
org.duracloud.client.report.error |
Modifier and Type | Method and Description |
---|---|
String |
StorageReportManagerImpl.cancelStorageReport() |
String |
StorageReportManager.cancelStorageReport()
Cancels any currently running storage report.
|
String |
StorageReportManagerImpl.cancelStorageReportSchedule() |
String |
StorageReportManager.cancelStorageReportSchedule()
Cancels any existing storage report schedule.
|
protected void |
BaseReportManager.checkResponse(org.duracloud.common.web.RestHttpHelper.HttpResponse response,
int expectedCode) |
org.duracloud.reportdata.storage.StorageReport |
StorageReportManagerImpl.getLatestStorageReport() |
org.duracloud.reportdata.storage.StorageReport |
StorageReportManager.getLatestStorageReport()
Retrieves the latest completed storage report.
|
org.duracloud.reportdata.storage.StorageReport |
StorageReportManagerImpl.getStorageReport(String reportId) |
org.duracloud.reportdata.storage.StorageReport |
StorageReportManager.getStorageReport(String reportId)
Retrieves a storage report indicated by a report ID.
|
org.duracloud.reportdata.storage.StorageReportInfo |
StorageReportManagerImpl.getStorageReportInfo() |
org.duracloud.reportdata.storage.StorageReportInfo |
StorageReportManager.getStorageReportInfo()
Retrieves information about storage reporting activities.
|
List<String> |
StorageReportManagerImpl.getStorageReportList() |
List<String> |
StorageReportManager.getStorageReportList()
Retrieves the list of storage report IDs, ordered by
report completion date.
|
String |
StorageReportManagerImpl.scheduleStorageReport(Date startTime,
long frequency) |
String |
StorageReportManager.scheduleStorageReport(Date startTime,
long frequency)
Schedules a series of storage reports to run.
|
String |
StorageReportManagerImpl.startStorageReport() |
String |
StorageReportManager.startStorageReport()
Tells DuraBoss reporting to start running a new storage report generation
process.
|
Modifier and Type | Class and Description |
---|---|
class |
UnexpectedResponseException
Exception thrown when an unexpected response code is returned from
a report call.
|
Copyright © 2009–2014 DuraSpace. All rights reserved.