| Modifier and Type | Method and Description |
|---|---|
JobUsageRecord |
JobUsageRecord.getAggregatedUsageRecord(JobUsageRecord b) |
PortletUsageRecord |
PortletUsageRecord.getAggregatedUsageRecord(PortletUsageRecord usageRecord) |
ServiceUsageRecord |
ServiceUsageRecord.getAggregatedUsageRecord(ServiceUsageRecord usageRecord) |
StorageUsageRecord |
StorageUsageRecord.getAggregatedUsageRecord(StorageUsageRecord usageRecord) |
TaskUsageRecord |
TaskUsageRecord.getAggregatedUsageRecord(TaskUsageRecord usageRecord) |
void |
ServiceUsageRecord.setMaxInvocationTime(long maxInvocationTime) |
void |
ServiceUsageRecord.setMinInvocationTime(long minInvocationTime) |
void |
ServiceUsageRecord.setOperationCount(int operationCount) |
void |
StorageUsageRecord.setOperationCount(int operationCount) |
| Constructor and Description |
|---|
JobUsageRecord(Map<String,Serializable> properties) |
PortletUsageRecord(Map<String,Serializable> properties) |
ServiceUsageRecord(Map<String,Serializable> properties) |
ServiceUsageRecord(ServiceUsageRecord record) |
StorageUsageRecord(Map<String,Serializable> properties) |
StorageUsageRecord(StorageUsageRecord record) |
TaskUsageRecord(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
T |
AggregatedUsageRecord.getAggregatedUsageRecord(B usageRecord) |
void |
RawUsageRecord.setAggregatedId(String aggregatedId)
Deprecated.
|
void |
BasicUsageRecord.setConsumerId(String consumerId)
Set the user (or the Consumer Identity, that in the S2S
communication is another service)
|
void |
UsageRecord.setConsumerId(String consumerId)
Set the user (or the Consumer Identity, that in the S2S
communication is another service)
|
void |
BasicUsageRecord.setCreationTime(Calendar creationTime)
The CreationTime is automatically created by the implementation Class.
|
void |
UsageRecord.setCreationTime(Calendar creationTime)
The CreationTime is automatically created by the implementation Class.
|
void |
RawUsageRecord.setCreatorId(String creatorId)
Deprecated.
|
protected void |
BasicUsageRecord.setEndTime(Calendar endTime)
Set the right end of the time interval covered by this {#UsageRecord}
|
void |
RawUsageRecord.setEndTime(Date endTime)
Deprecated.
|
void |
BasicUsageRecord.setId(String id)
The ID is automatically Created by the implementation Class.
|
void |
UsageRecord.setId(String id)
The ID is automatically Created by the implementation Class.
|
protected void |
BasicUsageRecord.setOperationCount(int operationCount) |
void |
BasicUsageRecord.setOperationResult(UsageRecord.OperationResult operationResult)
Set the Operation Result related to the accounted Usage Record
|
void |
UsageRecord.setOperationResult(UsageRecord.OperationResult operationResult)
Set the Operation Result related to the accounted Usage Record
|
void |
BasicUsageRecord.setResourceProperties(Map<String,Serializable> properties)
Set all resource-specific properties, replacing existing ones
|
void |
UsageRecord.setResourceProperties(Map<String,Serializable> resourceSpecificProperties)
Set all resource-specific properties, replacing existing ones
|
void |
BasicUsageRecord.setResourceProperty(String key,
Serializable value)
Set the value of the given resource property.
|
void |
UsageRecord.setResourceProperty(String key,
Serializable value)
Set the value of the given resource property.
|
void |
RawUsageRecord.setResourceSpecificProperties(Map<String,String> properties)
Deprecated.
|
void |
BasicUsageRecord.setScope(String scope)
Set the accounting scope of the {#UsageRecord}
|
void |
UsageRecord.setScope(String scope)
Set the accounting scope of the {#UsageRecord}
|
protected void |
BasicUsageRecord.setStartTime(Calendar startTime)
Set the left end of the time interval covered by this {#UsageRecord}
|
void |
RawUsageRecord.setStartTime(Date startTime)
Deprecated.
|
void |
BasicUsageRecord.validate()
Validate the Resource Record.
|
void |
UsageRecord.validate()
Validate the Resource Record.
|
Serializable |
RawUsageRecord.MoveToScopeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
RawUsageRecord.MoveToCreationTimeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
RawUsageRecord.MoveToUsageRecordTypeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
protected Serializable |
BasicUsageRecord.validateField(String key,
Serializable serializable) |
protected Map<String,Serializable> |
BasicUsageRecord.validateProperties(Map<String,Serializable> properties) |
| Constructor and Description |
|---|
BasicUsageRecord(Map<String,Serializable> properties) |
RawUsageRecord(Map<String,Serializable> properties)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected long |
JobUsageRecord.calculateWallDuration() |
long |
JobUsageRecord.getWallDuration() |
void |
ServiceUsageRecord.setCalledMethod(String calledMethod) |
void |
ServiceUsageRecord.setCallerHost(String callerHost) |
void |
TaskUsageRecord.setCores(int cores) |
void |
StorageUsageRecord.setDataType(StorageUsageRecord.DataType dataType) |
void |
StorageUsageRecord.setDataVolume(long dataVolume) |
void |
ServiceUsageRecord.setDuration(Long duration) |
void |
ServiceUsageRecord.setHost(String host) |
void |
TaskUsageRecord.setInputFilesNumber(int inputFilesNumber) |
void |
TaskUsageRecord.setInputFilesSize(long inputFilesSize) |
void |
JobUsageRecord.setJobEndTime(Calendar jobEndTime) |
void |
JobUsageRecord.setJobId(String jobId) |
void |
TaskUsageRecord.setJobId(String jobId) |
void |
JobUsageRecord.setJobName(String jobName) |
void |
JobUsageRecord.setJobQualifier(String jobQualifier) |
void |
JobUsageRecord.setJobStartTime(Calendar jobStartTime) |
void |
PortletUsageRecord.setMessage(String message) |
void |
PortletUsageRecord.setOperationId(String operationId) |
void |
StorageUsageRecord.setOperationType(StorageUsageRecord.OperationType operationType) |
void |
TaskUsageRecord.setOutputFilesNumber(int outputFilesNumber) |
void |
TaskUsageRecord.setOutputFilesSize(long outputFilesSize) |
void |
TaskUsageRecord.setOverallNetworkIn(long overallNetworkIn) |
void |
TaskUsageRecord.setOverallNetworkOut(long overallNetworkOut) |
void |
PortletUsageRecord.setPortletId(String portletId) |
void |
TaskUsageRecord.setProcessors(int processors) |
void |
StorageUsageRecord.setProviderURI(URI providerURI) |
void |
StorageUsageRecord.setQualifier(String qualifier) |
void |
TaskUsageRecord.setRefHost(String refHost) |
void |
TaskUsageRecord.setRefVM(String refVM) |
void |
StorageUsageRecord.setResourceOwner(String owner)
Set the identity id of the storage resource owner
|
void |
StorageUsageRecord.setResourceScope(String scope)
Set the scope of the storage resource
|
void |
StorageUsageRecord.setResourceURI(URI resourceURI) |
void |
ServiceUsageRecord.setServiceClass(String serviceClass) |
void |
ServiceUsageRecord.setServiceName(String serviceName) |
void |
TaskUsageRecord.setUsageEndTime(Calendar usageEndTime) |
void |
TaskUsageRecord.setUsageStartTime(Calendar usageStartTime) |
void |
JobUsageRecord.setVmsUsed(int vmsUsed) |
Serializable |
JobUsageRecord.CalculateWallDurationAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
PortletUsageRecord.MoveToConsumerIdAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
| Constructor and Description |
|---|
JobUsageRecord(Map<String,Serializable> properties) |
PortletUsageRecord(Map<String,Serializable> properties) |
ServiceUsageRecord(Map<String,Serializable> properties) |
StorageUsageRecord(Map<String,Serializable> properties) |
TaskUsageRecord(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
FieldAction.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
DeprecatedWarningAction.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
MoveToOperationResultAction.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
| Constructor and Description |
|---|
JobUsageRecord(Map<String,Serializable> properties) |
PortletUsageRecord(Map<String,Serializable> properties) |
ServiceUsageRecord(Map<String,Serializable> properties) |
StorageUsageRecord(Map<String,Serializable> properties) |
TaskUsageRecord(Map<String,Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ValidDataTypeValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidOperationResultValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidOperationTypeValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidIntegerValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidURIValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidLongValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
NotNullValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
NotEmptyValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidIPValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingPersistence.account(SingleUsageRecord usageRecord)
Persist the
#UsageRecord. |
Copyright © 2015. All Rights Reserved.