Uses of Class
org.gcube.messaging.common.consumerlibrary.query.NodeAccountingQuery.InvocationInfo

Packages that use NodeAccountingQuery.InvocationInfo
org.gcube.messaging.common.consumerlibrary.query   
 

Uses of NodeAccountingQuery.InvocationInfo in org.gcube.messaging.common.consumerlibrary.query
 

Methods in org.gcube.messaging.common.consumerlibrary.query that return NodeAccountingQuery.InvocationInfo
 NodeAccountingQuery.InvocationInfo NodeAccountingQuery.getAverageHourlyInvocationInfo(java.lang.String ServiceClass, java.lang.String ServiceName, java.lang.String[] dateLimits, GCUBEScope... callerScope)
          Deprecated. 
 NodeAccountingQuery.InvocationInfo NodeAccountingQuery.getDailyInvocations(java.lang.String ServiceClass, java.lang.String ServiceName, java.lang.String GHNName, java.lang.String date, GCUBEScope... callerScope)
          Deprecated. 
 NodeAccountingQuery.InvocationInfo NodeAccountingQuery.getHourlyInvocations(java.lang.String ServiceClass, java.lang.String ServiceName, java.lang.String GHNName, java.lang.String date, java.lang.String hourInterval, GCUBEScope... callerScope)
          Deprecated. 
 NodeAccountingQuery.InvocationInfo NodeAccountingQuery.getInvocationPerHour(java.lang.String startDate, java.lang.String endDate, GCUBEScope... callerScope)
          getInvocationPerHour
 NodeAccountingQuery.InvocationInfo NodeAccountingQuery.getInvocationPerInterval(java.lang.String serviceClass, java.lang.String serviceName, java.lang.String startDate, java.lang.String endDate, GCUBEScope... callerScope)
           
 NodeAccountingQuery.InvocationInfo NodeAccountingQuery.getInvocationPerInterval(java.lang.String serviceClass, java.lang.String serviceName, java.lang.String GHNName, java.lang.String startDate, java.lang.String endDate, GCUBEScope... callerScope)
          getInvocationPerInterval
 

Methods in org.gcube.messaging.common.consumerlibrary.query that return types with arguments of type NodeAccountingQuery.InvocationInfo
 java.util.ArrayList<NodeAccountingQuery.InvocationInfo> NodeAccountingQuery.getDailyInvocationsGroupByIp(java.lang.String ServiceClass, java.lang.String ServiceName, java.lang.String GHNName, java.lang.String date, GCUBEScope... callerScope)
          Deprecated.