JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.gcube.accounting.aggregation
,
org.gcube.accounting.aggregation.scheduler
,
org.gcube.accounting.aggregation.strategy
,
org.gcube.accounting.datamodel
,
org.gcube.accounting.datamodel.basetypes
,
org.gcube.accounting.datamodel.decorators
,
org.gcube.accounting.datamodel.deprecationmanagement.annotations
,
org.gcube.accounting.datamodel.deprecationmanagement.validators
,
org.gcube.accounting.datamodel.usagerecords
,
org.gcube.accounting.datamodel.validations.annotations
,
org.gcube.accounting.datamodel.validations.validators
,
org.gcube.accounting.exception
,
org.gcube.accounting.messaging
,
org.gcube.accounting.persistence
Class Hierarchy
java.lang.
Object
org.gcube.accounting.persistence.
AccountingPersistence
org.gcube.accounting.persistence.
FallbackPersistence
org.gcube.accounting.persistence.
AccountingPersistenceConfiguration
org.gcube.accounting.persistence.
AccountingPersistenceFactory
org.gcube.accounting.aggregation.scheduler.
AggregationScheduler
org.gcube.accounting.aggregation.scheduler.
BufferAggregationScheduler
org.gcube.accounting.datamodel.
AggregationStrategy
<T,B>
org.gcube.accounting.aggregation.strategy.
ServiceUsageRecordAggregationStrategy
org.gcube.accounting.aggregation.strategy.
StorageUsageRecordAggregationStrategy
org.gcube.accounting.datamodel.
BasicUsageRecord
(implements java.io.
Serializable
, org.gcube.accounting.datamodel.
UsageRecord
)
org.gcube.accounting.datamodel.basetypes.
JobUsageRecord
org.gcube.accounting.datamodel.usagerecords.
JobUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.aggregation.
JobUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T,B>)
org.gcube.accounting.datamodel.basetypes.
PortletUsageRecord
org.gcube.accounting.datamodel.usagerecords.
PortletUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.aggregation.
PortletUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T,B>)
org.gcube.accounting.datamodel.
RawUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.datamodel.basetypes.
ServiceUsageRecord
org.gcube.accounting.datamodel.usagerecords.
ServiceUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.aggregation.
ServiceUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T,B>)
org.gcube.accounting.datamodel.basetypes.
StorageUsageRecord
org.gcube.accounting.datamodel.usagerecords.
StorageUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.aggregation.
StorageUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T,B>)
org.gcube.accounting.datamodel.basetypes.
TaskUsageRecord
org.gcube.accounting.datamodel.usagerecords.
TaskUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.aggregation.
TaskUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T,B>)
org.gcube.accounting.datamodel.deprecationmanagement.validators.
DeprecatedWarningAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.basetypes.
JobUsageRecord.CalculateWallDurationAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.deprecationmanagement.validators.
MoveToOperationResultAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
NotEmptyValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
NotEmptyIfNotNullValidator
org.gcube.accounting.datamodel.validations.validators.
NotNullValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.basetypes.
PortletUsageRecord.MoveToConsumerIdAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.messaging.
QueueCouple
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToCreationTimeAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToScopeAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToUsageRecordTypeAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.messaging.
ResourceAccounting
org.gcube.accounting.messaging.
ResourceAccountingFactory
org.gcube.accounting.datamodel.basetypes.
TestUsageRecord
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.gcube.accounting.exception.
InvalidValueException
org.gcube.accounting.exception.
NotAggregatableRecordsExceptions
org.gcube.accounting.datamodel.validations.validators.
ValidDataTypeValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidIntegerValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidIPValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidLongValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidOperationResultValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidOperationTypeValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidURIValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
Interface Hierarchy
org.gcube.accounting.persistence.
AccountingPersistenceExecutor
java.lang.
Comparable
<T>
org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T,B>
org.gcube.accounting.datamodel.
SingleUsageRecord
org.gcube.accounting.datamodel.
UsageRecord
org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T,B>
org.gcube.accounting.datamodel.
SingleUsageRecord
org.gcube.accounting.datamodel.decorators.
FieldAction
Annotation Type Hierarchy
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToScope
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToCreationTime
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToUsageRecordType
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
AggregatedField
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
ComputedField
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
RequiredField
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
FieldDecorator
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
NotEmptyIfNotNull
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidOperationType
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidDataType
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidIP
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidOperationResult
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidLong
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
NotEmpty
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidURI
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
NotNull
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidInteger
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.basetypes.
JobUsageRecord.CalculateWallDuration
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.basetypes.
PortletUsageRecord.MoveToConsumerId
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.deprecationmanagement.annotations.
MoveToOperationResult
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.deprecationmanagement.annotations.
DeprecatedWarning
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.gcube.accounting.datamodel.
UsageRecord.OperationResult
org.gcube.accounting.datamodel.basetypes.
JobUsageRecord.JobStatus
org.gcube.accounting.datamodel.basetypes.
TaskUsageRecord.USAGE_PHASE
org.gcube.accounting.datamodel.basetypes.
StorageUsageRecord.OperationType
org.gcube.accounting.datamodel.basetypes.
StorageUsageRecord.DataType
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All Rights Reserved.