| Modifier and Type | Method and Description |
|---|---|
AggregatedJobUsageRecord |
AggregatedJobUsageRecord.getAggregatedUsageRecord(JobUsageRecord b) |
AggregatedPortletUsageRecord |
AggregatedPortletUsageRecord.getAggregatedUsageRecord(PortletUsageRecord usageRecord) |
AggregatedServiceUsageRecord |
AggregatedServiceUsageRecord.getAggregatedUsageRecord(ServiceUsageRecord usageRecord) |
AggregatedStorageUsageRecord |
AggregatedStorageUsageRecord.getAggregatedUsageRecord(StorageUsageRecord usageRecord) |
AggregatedTaskUsageRecord |
AggregatedTaskUsageRecord.getAggregatedUsageRecord(TaskUsageRecord usageRecord) |
void |
AggregatedServiceUsageRecord.setMaxInvocationTime(long maxInvocationTime) |
void |
AggregatedServiceUsageRecord.setMinInvocationTime(long minInvocationTime) |
void |
AggregatedStorageUsageRecord.setOperationCount(int operationCount) |
void |
AggregatedJobUsageRecord.setOperationCount(int operationCount) |
void |
AggregatedTaskUsageRecord.setOperationCount(int operationCount) |
void |
AggregatedServiceUsageRecord.setOperationCount(int operationCount) |
void |
AggregatedPortletUsageRecord.setOperationCount(int operationCount) |
| Constructor and Description |
|---|
AggregatedJobUsageRecord(Map<String,Serializable> properties) |
AggregatedPortletUsageRecord(Map<String,Serializable> properties) |
AggregatedServiceUsageRecord(Map<String,Serializable> properties) |
AggregatedServiceUsageRecord(ServiceUsageRecord record) |
AggregatedStorageUsageRecord(Map<String,Serializable> properties) |
AggregatedStorageUsageRecord(StorageUsageRecord record) |
AggregatedTaskUsageRecord(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 |
AggregatedUsageRecord.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.
|
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 |
|---|---|
Serializable |
MoveToUsageRecordTypeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
MoveToScopeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
MoveToCreationTimeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
AbstractJobUsageRecord.calculateWallDuration() |
static ServiceUsageRecord |
TestUsageRecord.createTestServiceUsageRecordExplicitScope()
Create a valid #ServiceUsageRecord
|
long |
AbstractJobUsageRecord.getWallDuration() |
void |
AbstractServiceUsageRecord.setCalledMethod(String calledMethod) |
void |
AbstractServiceUsageRecord.setCallerHost(String callerHost) |
void |
AbstractTaskUsageRecord.setCores(int cores) |
void |
AbstractStorageUsageRecord.setDataType(AbstractStorageUsageRecord.DataType dataType) |
void |
AbstractStorageUsageRecord.setDataVolume(long dataVolume) |
void |
AbstractServiceUsageRecord.setDuration(Long duration) |
void |
AbstractServiceUsageRecord.setHost(String host) |
void |
AbstractTaskUsageRecord.setInputFilesNumber(int inputFilesNumber) |
void |
AbstractTaskUsageRecord.setInputFilesSize(long inputFilesSize) |
void |
AbstractJobUsageRecord.setJobEndTime(Calendar jobEndTime) |
void |
AbstractJobUsageRecord.setJobId(String jobId) |
void |
AbstractTaskUsageRecord.setJobId(String jobId) |
void |
AbstractJobUsageRecord.setJobName(String jobName) |
void |
AbstractJobUsageRecord.setJobQualifier(String jobQualifier) |
void |
AbstractJobUsageRecord.setJobStartTime(Calendar jobStartTime) |
void |
AbstractPortletUsageRecord.setMessage(String message) |
void |
AbstractPortletUsageRecord.setOperationId(String operationId) |
void |
AbstractStorageUsageRecord.setOperationType(AbstractStorageUsageRecord.OperationType operationType) |
void |
AbstractTaskUsageRecord.setOutputFilesNumber(int outputFilesNumber) |
void |
AbstractTaskUsageRecord.setOutputFilesSize(long outputFilesSize) |
void |
AbstractTaskUsageRecord.setOverallNetworkIn(long overallNetworkIn) |
void |
AbstractTaskUsageRecord.setOverallNetworkOut(long overallNetworkOut) |
void |
AbstractPortletUsageRecord.setPortletId(String portletId) |
void |
AbstractTaskUsageRecord.setProcessors(int processors) |
void |
AbstractStorageUsageRecord.setProviderURI(URI providerURI) |
void |
AbstractStorageUsageRecord.setQualifier(String qualifier) |
void |
AbstractTaskUsageRecord.setRefHost(String refHost) |
void |
AbstractTaskUsageRecord.setRefVM(String refVM) |
void |
AbstractStorageUsageRecord.setResourceOwner(String owner)
Set the identity id of the storage resource owner
|
void |
AbstractStorageUsageRecord.setResourceScope(String scope)
Set the scope of the storage resource
|
void |
AbstractStorageUsageRecord.setResourceURI(URI resourceURI) |
void |
AbstractServiceUsageRecord.setServiceClass(String serviceClass) |
void |
AbstractServiceUsageRecord.setServiceName(String serviceName) |
void |
AbstractTaskUsageRecord.setUsageEndTime(Calendar usageEndTime) |
void |
AbstractTaskUsageRecord.setUsageStartTime(Calendar usageStartTime) |
void |
AbstractJobUsageRecord.setVmsUsed(int vmsUsed) |
Serializable |
CalculateWallDurationAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
AbstractPortletUsageRecord.MoveToConsumerIdAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
| Constructor and Description |
|---|
AbstractJobUsageRecord(Map<String,Serializable> properties) |
AbstractPortletUsageRecord(Map<String,Serializable> properties) |
AbstractServiceUsageRecord(Map<String,Serializable> properties) |
AbstractStorageUsageRecord(Map<String,Serializable> properties) |
AbstractTaskUsageRecord(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 |
MoveToOperationResultAction.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
DeprecatedWarningAction.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 |
NotEmptyValidator.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 |
ValidURIValidator.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 |
ValidOperationResultValidator.validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidDataTypeValidator.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 |
FixDataVolumeSignAction.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.
|
Serializable |
ValidLongValidator.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. |
void |
AccountingPersistenceBackend.account(SingleUsageRecord usageRecord)
Persist the
#UsageRecord. |
Copyright © 2015. All Rights Reserved.