public class QuotaUsage extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
userExceedQuota |
| Constructor and Description |
|---|
QuotaUsage(DiscoveryConfiguration discoveryCheck) |
| Modifier and Type | Method and Description |
|---|---|
void |
insertServiceQuota(QuotaUsageServiceValue usageSerVal) |
void |
insertStorageQuota(QuotaUsageStorageValue usageStorVal) |
org.gcube.resource.management.quota.library.status.QuotaStorageStatus |
selectStorageQuota(String identifier,
org.gcube.resource.management.quota.library.quotalist.TimeInterval interval)
selectStorageQuota
|
List<org.gcube.resource.management.quota.library.status.QuotaStorageStatus> |
selectStorageQuotaList(org.gcube.resource.management.quota.library.quotalist.TimeInterval interval)
selectStorageQuotaList list of quota storage
|
void |
SendNotificationAdmin() |
public QuotaUsage(DiscoveryConfiguration discoveryCheck)
public void insertServiceQuota(QuotaUsageServiceValue usageSerVal) throws Exception
Exceptionpublic void insertStorageQuota(QuotaUsageStorageValue usageStorVal) throws Exception
Exceptionpublic void SendNotificationAdmin()
public org.gcube.resource.management.quota.library.status.QuotaStorageStatus selectStorageQuota(String identifier, org.gcube.resource.management.quota.library.quotalist.TimeInterval interval) throws Exception
identifier - interval - Exceptionpublic List<org.gcube.resource.management.quota.library.status.QuotaStorageStatus> selectStorageQuotaList(org.gcube.resource.management.quota.library.quotalist.TimeInterval interval) throws Exception
identifier - interval - ExceptionCopyright © 2019. All Rights Reserved.