| Modifier and Type | Field and Description |
|---|---|
protected List<UsageRecord> |
AggregationScheduler.unaggregableRecords |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatedUsageRecord |
AggregationScheduler.instantiateAggregatedUsageRecord(UsageRecord usageRecord) |
protected void |
AggregationScheduler.madeAggregation(UsageRecord usageRecord) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregatedUsageRecord<T extends AggregatedUsageRecord<T,B>,B extends SingleUsageRecord> |
interface |
SingleUsageRecord |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicUsageRecord |
class |
RawUsageRecord
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static UsageRecord |
BasicUsageRecord.getUsageRecord(Map<String,Serializable> usageRecordMap)
This method use the resourceType value contained in the Map to instance
the right UsageRecord class and return it.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Class<? extends UsageRecord> |
BasicUsageRecord.getClass(String usageRecordName,
boolean aggregated) |
| Modifier and Type | Method and Description |
|---|---|
int |
BasicUsageRecord.compareTo(UsageRecord usageRecord)
Compare this UsageRecord instance with the one provided as argument
|
protected boolean |
AggregationStrategy.isAggregable(UsageRecord 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
JobUsageRecord |
class |
PortletUsageRecord |
class |
ServiceUsageRecord |
class |
StorageUsageRecord |
class |
TaskUsageRecord |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
JobUsageRecord.CalculateWallDurationAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
PortletUsageRecord.MoveToConsumerIdAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
| 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.
|
| 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 |
AccountingPersistenceExecutor.persist(UsageRecord... usageRecords) |
protected void |
FallbackPersistence.reallyAccount(UsageRecord usageRecord)
This method contains the code to save the
#UsageRecord |
protected abstract void |
AccountingPersistence.reallyAccount(UsageRecord usageRecords)
This method contains the code to save the
#UsageRecord |
Copyright © 2015. All Rights Reserved.