Uses of Class
org.gcube.common.accounting.node.persistence.RIAccountingData

Packages that use RIAccountingData
org.gcube.common.accounting.node.persistence   
org.gcube.common.accounting.node.probes   
 

Uses of RIAccountingData in org.gcube.common.accounting.node.persistence
 

Methods in org.gcube.common.accounting.node.persistence that return types with arguments of type RIAccountingData
 java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,RIAccountingData>> PersistenceAdapter.getMap()
           
 

Method parameters in org.gcube.common.accounting.node.persistence with type arguments of type RIAccountingData
 void PersistenceAdapter.setMap(java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,RIAccountingData>> map)
           
 

Uses of RIAccountingData in org.gcube.common.accounting.node.probes
 

Constructor parameters in org.gcube.common.accounting.node.probes with type arguments of type RIAccountingData
RIProfileUpdater(java.util.HashMap<java.lang.String,RIAccountingData> data)