A C D E F G I K N O P Q R S T V 

A

AccountingPersistenceBackendQuery - Class in org.gcube.accounting.analytics.persistence
 
AccountingPersistenceBackendQuery() - Constructor for class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
 
AccountingPersistenceBackendQueryConfiguration - Class in org.gcube.accounting.analytics.persistence
 
AccountingPersistenceBackendQueryConfiguration() - Constructor for class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQueryConfiguration
Default Constructor
AccountingPersistenceBackendQueryConfiguration(Class<? extends AccountingPersistenceBackendQuery>) - Constructor for class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQueryConfiguration
 
AccountingPersistenceBackendQueryFactory - Class in org.gcube.accounting.analytics.persistence
 
AccountingPersistenceBackendQueryFactory() - Constructor for class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQueryFactory
 
AccountingPersistenceQuery - Class in org.gcube.accounting.analytics.persistence
 
accountingPersistenceQuery - Variable in class org.gcube.accounting.analytics.ResourceRecordQuery
 
AccountingPersistenceQueryFactory - Class in org.gcube.accounting.analytics.persistence
 
AccountingPersistenceQueryFactory() - Constructor for class org.gcube.accounting.analytics.persistence.AccountingPersistenceQueryFactory
 
aggregationMode - Variable in class org.gcube.accounting.analytics.TemporalConstraint
 

C

calendar - Variable in class org.gcube.accounting.analytics.Info
 
close() - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
Close the connection to persistence
close() - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceQuery
Close the connection to persistence

D

DEFAULT_TIME_ZONE - Static variable in class org.gcube.accounting.analytics.TemporalConstraint
 

E

endTime - Variable in class org.gcube.accounting.analytics.TemporalConstraint
 

F

Filter - Class in org.gcube.accounting.analytics
 
Filter(String, String) - Constructor for class org.gcube.accounting.analytics.Filter
 

G

getAggregationMode() - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
getAlignedCalendar(long, TemporalConstraint.AggregationMode) - Static method in class org.gcube.accounting.analytics.TemporalConstraint
 
getAlignedEndTime() - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
getAlignedStartTime() - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
getCalendar() - Method in class org.gcube.accounting.analytics.Info
 
getCalendarSequence() - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
getCalendarValue() - Method in enum org.gcube.accounting.analytics.TemporalConstraint.CalendarEnum
 
getEndTime() - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
getInfo(Class<? extends AggregatedRecord>, TemporalConstraint, List<Filter>, boolean) - Method in class org.gcube.accounting.analytics.ResourceRecordQuery
Return results with padding if pad is set to true.
getInfo(Class<? extends AggregatedRecord>, TemporalConstraint, List<Filter>) - Method in class org.gcube.accounting.analytics.ResourceRecordQuery
Return unpadded results
getInstance() - Static method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQueryFactory
 
getInstance() - Static method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceQuery
 
getInstance() - Static method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceQueryFactory
 
getKey() - Method in class org.gcube.accounting.analytics.Filter
 
getKeys(Class<? extends AggregatedRecord>) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
Return the list of key valid for queries a certain usage record type
getKeys(Class<? extends AggregatedRecord>) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceQuery
Return the list of key valid for queries a certain usage record type
getKeys(Class<? extends AggregatedRecord>) - Method in class org.gcube.accounting.analytics.ResourceRecordQuery
Return the list of key valid for queries a certain usage record type
getPaddedResults(Map<Calendar, Info>, TemporalConstraint) - Static method in class org.gcube.accounting.analytics.ResourceRecordQuery
Pad the data
getPaddingJSONObject(Map<Calendar, Info>) - Static method in class org.gcube.accounting.analytics.ResourceRecordQuery
 
getPossibleValuesForKey(Class<? extends AggregatedRecord>, String) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
Return the list of possible values for a key for a certain usage record type.
getPossibleValuesForKey(Class<? extends AggregatedRecord>, String, int) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
Return the list of possible values for a key for a certain usage record type.
getPossibleValuesForKey(Class<? extends AggregatedRecord>, String) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceQuery
Return the list of possible values for a key for a certain usage record type
getPossibleValuesForKey(Class<? extends AggregatedRecord>, String) - Method in class org.gcube.accounting.analytics.ResourceRecordQuery
 
getPossibleValuesForKey(Class<? extends AggregatedRecord>, String, int) - Method in class org.gcube.accounting.analytics.ResourceRecordQuery
 
getResourceRecordsTypes() - Static method in class org.gcube.accounting.analytics.ResourceRecordQuery
Return a Map containing a set of required fields for each Resource Records Types
getSequenceAsStringList(List<Calendar>) - Static method in class org.gcube.accounting.analytics.TemporalConstraint
 
getStartTime() - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
getValue() - Method in class org.gcube.accounting.analytics.Filter
 
getValue() - Method in class org.gcube.accounting.analytics.Info
 

I

Info - Class in org.gcube.accounting.analytics
 
Info(Calendar, JSONObject) - Constructor for class org.gcube.accounting.analytics.Info
 

K

key - Variable in class org.gcube.accounting.analytics.Filter
 
KEY_VALUES_LIMIT - Static variable in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
 

N

NoAvailableScopeException - Exception in org.gcube.accounting.analytics.exception
 
NoAvailableScopeException() - Constructor for exception org.gcube.accounting.analytics.exception.NoAvailableScopeException
Constructs a new exception with null as its detail message.
NoAvailableScopeException(String) - Constructor for exception org.gcube.accounting.analytics.exception.NoAvailableScopeException
Constructs a new exception with the specified detail message.
NoAvailableScopeException(Throwable) - Constructor for exception org.gcube.accounting.analytics.exception.NoAvailableScopeException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NoAvailableScopeException(String, Throwable) - Constructor for exception org.gcube.accounting.analytics.exception.NoAvailableScopeException
Constructs a new exception with the specified detail message and cause.
NoUsableAccountingPersistenceQueryFound - Exception in org.gcube.accounting.analytics.exception
 
NoUsableAccountingPersistenceQueryFound() - Constructor for exception org.gcube.accounting.analytics.exception.NoUsableAccountingPersistenceQueryFound
Constructs a new exception with null as its detail message.
NoUsableAccountingPersistenceQueryFound(String) - Constructor for exception org.gcube.accounting.analytics.exception.NoUsableAccountingPersistenceQueryFound
Constructs a new exception with the specified detail message.
NoUsableAccountingPersistenceQueryFound(Throwable) - Constructor for exception org.gcube.accounting.analytics.exception.NoUsableAccountingPersistenceQueryFound
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NoUsableAccountingPersistenceQueryFound(String, Throwable) - Constructor for exception org.gcube.accounting.analytics.exception.NoUsableAccountingPersistenceQueryFound
Constructs a new exception with the specified detail message and cause.

O

org.gcube.accounting.analytics - package org.gcube.accounting.analytics
 
org.gcube.accounting.analytics.exception - package org.gcube.accounting.analytics.exception
 
org.gcube.accounting.analytics.persistence - package org.gcube.accounting.analytics.persistence
 

P

prepareConnection(AccountingPersistenceBackendQueryConfiguration) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
 

Q

query(Class<? extends AggregatedRecord>, TemporalConstraint, List<Filter>) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
Query the persistence obtaining a Map where the date is the key and the #Info is the value.
query(Class<? extends AggregatedRecord>, TemporalConstraint, List<Filter>) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceQuery
Query the persistence obtaining a Map where the date is the key and the #Info is the value.

R

reallyQuery(Class<? extends AggregatedRecord>, TemporalConstraint, List<Filter>) - Method in class org.gcube.accounting.analytics.persistence.AccountingPersistenceBackendQuery
 
ResourceRecordQuery - Class in org.gcube.accounting.analytics
 
ResourceRecordQuery() - Constructor for class org.gcube.accounting.analytics.ResourceRecordQuery
Instantiate the ResourceRecord for the current scope
ResourceRecordQuery(String) - Constructor for class org.gcube.accounting.analytics.ResourceRecordQuery
Instantiate the ResourceRecord for the provided scope
resourceRecords - Static variable in class org.gcube.accounting.analytics.ResourceRecordQuery
 

S

setAggregationMode(TemporalConstraint.AggregationMode) - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
setCalendar(Calendar) - Method in class org.gcube.accounting.analytics.Info
 
setEndTime(long) - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
setKey(String) - Method in class org.gcube.accounting.analytics.Filter
 
setStartTime(long) - Method in class org.gcube.accounting.analytics.TemporalConstraint
 
setValue(String) - Method in class org.gcube.accounting.analytics.Filter
 
setValue(JSONObject) - Method in class org.gcube.accounting.analytics.Info
 
startTime - Variable in class org.gcube.accounting.analytics.TemporalConstraint
 

T

TemporalConstraint - Class in org.gcube.accounting.analytics
 
TemporalConstraint(long, long, TemporalConstraint.AggregationMode) - Constructor for class org.gcube.accounting.analytics.TemporalConstraint
 
TemporalConstraint.AggregationMode - Enum in org.gcube.accounting.analytics
Valid Aggregation Mode
TemporalConstraint.CalendarEnum - Enum in org.gcube.accounting.analytics
Used to map the Calendar constant to an enum value which has the same ordinal of TemporalConstraint.AggregationMode
timeInMillisToString(long) - Static method in class org.gcube.accounting.analytics.TemporalConstraint
 
toString() - Method in class org.gcube.accounting.analytics.Info
 
toString() - Method in class org.gcube.accounting.analytics.TemporalConstraint
 

V

value - Variable in class org.gcube.accounting.analytics.Filter
 
value - Variable in class org.gcube.accounting.analytics.Info
 
valueOf(String) - Static method in enum org.gcube.accounting.analytics.TemporalConstraint.AggregationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.accounting.analytics.TemporalConstraint.CalendarEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.accounting.analytics.TemporalConstraint.AggregationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.accounting.analytics.TemporalConstraint.CalendarEnum
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I K N O P Q R S T V 

Copyright © 2016. All Rights Reserved.