Uses of Class
org.gcube.accounting.exception.InvalidValueException

Packages that use InvalidValueException
org.gcube.accounting.datamodel   
 

Uses of InvalidValueException in org.gcube.accounting.datamodel
 

Methods in org.gcube.accounting.datamodel that throw InvalidValueException
 void JobUsageRecord.setCores(Integer cores)
           
 void VMUsageRecord.setCores(Integer cores)
          Set the number of cores allocated to the Virtual Machine
 void JobUsageRecord.setCpuDuration(Long duration)
          in millis
 void JobUsageRecord.setDisk(Long diskUsed)
          in bytes
 void UsageRecord.setEndTime(Calendar endTime)
          Set the right end of the time interval covered by this usage record
 void AbstractDelegateUsageRecord.setEndTime(Calendar endTime)
           
 void RawUsageRecord.setEndTime(Calendar endTime)
          Set the right end of the time interval covered by this usage record
 void JobUsageRecord.setInputFilesNumber(Long n)
           
 void JobUsageRecord.setInputFilesSize(Long s)
           
 void StorageRecord.setItemCount(Long items)
          Set the number of storage items in use at the end of the period
 void JobUsageRecord.setJobEnd(Calendar jobEnd)
          Set the date when the job ended
 void JobUsageRecord.setJobStart(Calendar jobStart)
          Set the date when the job started
 void JobUsageRecord.setMemory(Long memory)
          in bytes
 void UsageRecord.setModifyTime(Calendar modifyTime)
          Set the modification time for this usage record
 void AbstractDelegateUsageRecord.setModifyTime(Calendar modifyTime)
           
 void JobUsageRecord.setOutputFilesNumber(Long n)
           
 void JobUsageRecord.setOutputFilesSize(Long s)
           
 void JobUsageRecord.setOverallNetworkIn(Long netIn)
          Set the overall amount of bytes sent in the VM lifetime
 void NetworkUsageRecord.setOverallNetworkIn(Long netIn)
          Set the overall amount of bytes sent in the VM lifetime
 void JobUsageRecord.setOverallNetworkOut(Long netOut)
          Set the overall amount of bytes sent in the VM lifetime
 void NetworkUsageRecord.setOverallNetworkOut(Long netOut)
          Set the overall amount of bytes sent in the VM lifetime
 void NetworkUsageRecord.setPeriodNetworkIn(Long netIn)
          Set the amount of bytes received in the period covered by this record
 void NetworkUsageRecord.setPeriodNetworkOut(Long netOut)
          Set the amount of bytes sent in the period covered by this record
 void JobUsageRecord.setProcessors(Integer processors)
           
 void UsageRecord.setStartTime(Calendar startTime)
          Set the left end of the time interval covered by this usage record
 void VMUsageRecord.setStartTime(Calendar startTime)
           
 void AbstractDelegateUsageRecord.setStartTime(Calendar startTime)
           
 void RawUsageRecord.setStartTime(Calendar startTime)
          Set the left end of the time interval covered by this usage record
 void StorageRecord.setStorageTransactions(Long transactions)
          Set the number of basic storage operations performed in the period
 void StorageRecord.setStorageVolume(Long volume)
          Set the overall amount of storage in use at the end of the record period
 void VMUsageRecord.setUsageEnd(Calendar usageEnd)
          Set the date when the machine usage ended
 void VMUsageRecord.setUsageStart(Calendar usageStart)
          Set the date when the machine usage started
 void JobUsageRecord.setWallDuration(Long duration)
          in millis
 void JobUsageRecord.validate()
           
 void UsageRecord.validate()
           
 void VMUsageRecord.validate()
           
 void NetworkUsageRecord.validate()
           
 void AbstractDelegateUsageRecord.validate()
           
 void StorageRecord.validate()
           
 

Constructors in org.gcube.accounting.datamodel that throw InvalidValueException
RawUsageRecord(UsageRecord r)
          Instantiate this record using values from the given record
 



Copyright © 2013. All Rights Reserved.