|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportException | |
---|---|
org.duracloud.client.report | |
org.duracloud.client.report.error |
Uses of ReportException in org.duracloud.client.report |
---|
Methods in org.duracloud.client.report that throw ReportException | |
---|---|
java.lang.String |
StorageReportManager.cancelStorageReport()
Cancels any currently running storage report. |
java.lang.String |
StorageReportManagerImpl.cancelStorageReport()
|
java.lang.String |
StorageReportManager.cancelStorageReportSchedule()
Cancels any existing storage report schedule. |
java.lang.String |
StorageReportManagerImpl.cancelStorageReportSchedule()
|
protected void |
BaseReportManager.checkResponse(org.duracloud.common.web.RestHttpHelper.HttpResponse response,
int expectedCode)
|
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManager.getCompletedServicesReport()
Retrieves a listing of completed services up to the default limit (currently 20). |
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManagerImpl.getCompletedServicesReport()
|
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManager.getCompletedServicesReport(int limit)
Retrieves a listing of completed services, including as many services as have completed up to the provided limit. |
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManagerImpl.getCompletedServicesReport(int limit)
|
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManager.getCompletedServicesReport(java.lang.String reportId)
Retrieves a specific service report by ID. |
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManagerImpl.getCompletedServicesReport(java.lang.String reportId)
|
java.util.List<java.lang.String> |
ServiceReportManager.getCompletedServicesReportList()
Retrieves the list of all service report files which have been created. |
java.util.List<java.lang.String> |
ServiceReportManagerImpl.getCompletedServicesReportList()
|
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManager.getDeployedServicesReport()
Retrieves a listing of services which are currently deployed in DuraCloud. |
java.util.List<org.duracloud.serviceconfig.ServiceSummary> |
ServiceReportManagerImpl.getDeployedServicesReport()
|
org.duracloud.reportdata.storage.StorageReport |
StorageReportManager.getLatestStorageReport()
Retrieves the latest completed storage report. |
org.duracloud.reportdata.storage.StorageReport |
StorageReportManagerImpl.getLatestStorageReport()
|
org.duracloud.reportdata.storage.StorageReport |
StorageReportManager.getStorageReport(java.lang.String reportId)
Retrieves a storage report indicated by a report ID. |
org.duracloud.reportdata.storage.StorageReport |
StorageReportManagerImpl.getStorageReport(java.lang.String reportId)
|
org.duracloud.reportdata.storage.StorageReportInfo |
StorageReportManager.getStorageReportInfo()
Retrieves information about storage reporting activities. |
org.duracloud.reportdata.storage.StorageReportInfo |
StorageReportManagerImpl.getStorageReportInfo()
|
java.util.List<java.lang.String> |
StorageReportManager.getStorageReportList()
Retrieves the list of storage report IDs, ordered by report completion date. |
java.util.List<java.lang.String> |
StorageReportManagerImpl.getStorageReportList()
|
java.lang.String |
StorageReportManager.scheduleStorageReport(java.util.Date startTime,
long frequency)
Schedules a series of storage reports to run. |
java.lang.String |
StorageReportManagerImpl.scheduleStorageReport(java.util.Date startTime,
long frequency)
|
java.lang.String |
StorageReportManager.startStorageReport()
Tells DuraReport to start running a new storage report generation process. |
java.lang.String |
StorageReportManagerImpl.startStorageReport()
|
Uses of ReportException in org.duracloud.client.report.error |
---|
Subclasses of ReportException in org.duracloud.client.report.error | |
---|---|
class |
UnexpectedResponseException
Exception thrown when an unexpected response code is returned from a report call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |