public interface Report
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
printRecord(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord record) |
void |
send(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord sur)
send report
|
org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord |
setGenericProperties(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord sur,
String resourceType,
String consumerId,
String resourceScope,
String creationTime,
String lastAccess,
String owner,
String operation,
String size)
Set generic properties of report
|
org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord |
setSpecificProperties(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord sur,
String filePath,
String dataType,
String callerIP,
String id)
Set end time of operation and other specific properties
|
void init()
org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord setGenericProperties(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord sur,
String resourceType,
String consumerId,
String resourceScope,
String creationTime,
String lastAccess,
String owner,
String operation,
String size)
resourceType - consumerId - resourceOwner - resourceScope - org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord setSpecificProperties(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord sur,
String filePath,
String dataType,
String callerIP,
String id)
void send(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord sur)
void printRecord(org.gcube.accounting.datamodel.usagerecords.StorageUsageRecord record)
Copyright © 2019. All Rights Reserved.