| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregatedUsageRecord<T> |
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
|
Serializable |
RawUsageRecord.MoveToCreationTimeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
RawUsageRecord.MoveToUsageRecordTypeAction.validate(String key,
Serializable value,
UsageRecord usageRecord) |
Serializable |
RawUsageRecord.MoveToAggregatedUsageRecordIdAction.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 | 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 | Class and Description |
|---|---|
class |
StorageStatusUsageRecord
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
|---|---|
static UsageRecord |
Persistence.createTestUsageRecord() |
static UsageRecord |
CouchDBPersistence.jsonNodeToUsageRecord(org.codehaus.jackson.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
Persistence.account(UsageRecord usageRecord)
Persist the
#UsageRecord. |
protected void |
FallbackPersistence.reallyAccount(UsageRecord usageRecord)
This method contains the code to save the
#UsageRecord |
protected void |
CouchDBPersistence.reallyAccount(UsageRecord usageRecord)
This method contains the code to save the
#UsageRecord |
protected abstract void |
Persistence.reallyAccount(UsageRecord usageRecord)
This method contains the code to save the
#UsageRecord |
static org.codehaus.jackson.JsonNode |
CouchDBPersistence.usageRecordToJsonNode(UsageRecord usageRecord) |
Copyright © 2015. All Rights Reserved.