Uses of Class
rrdService.util.Time

Packages that use Time
rrdService.service   
rrdService.util   
 

Uses of Time in rrdService.service
 

Methods in rrdService.service that return Time
 Time RoundRobinDataBaseItf.last()
          last return the date of the last data sample in an RRD
 Time RoundRobinDataBase.last()
          last return the date of the last data sample in an RRD
 

Methods in rrdService.service with parameters of type Time
 java.lang.String RoundRobinDataBaseItf.fetch(java.lang.String cf, int resolution, Time startTime, Time endTime)
          fetch fetch a round robin database
 java.lang.String RoundRobinDataBaseItf.fetch(java.lang.String cf, Time startTime, Time endTime)
          fetch fetch a round robin database
 java.lang.String RoundRobinDataBaseItf.fetch(java.lang.String cf, int resolution, Time startTime)
          fetch fetch a round robin database
 java.lang.String RoundRobinDataBaseItf.fetch(java.lang.String cf, Time startTime)
          fetch fetch a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSource dataSource, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSource dataSource, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSource dataSource, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSource dataSource, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibrary.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 java.lang.String RoundRobinDataBase.fetch(java.lang.String cf, int resolution, Time startTime, Time endTime)
          fetch fetch a round robin database
 java.lang.String RoundRobinDataBase.fetch(java.lang.String cf, Time startTime, Time endTime)
          fetch fetch a round robin database
 java.lang.String RoundRobinDataBase.fetch(java.lang.String cf, int resolution, Time startTime)
          fetch fetch a round robin database
 java.lang.String RoundRobinDataBase.fetch(java.lang.String cf, Time startTime)
          fetch fetch a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSource dataSource, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSource dataSource, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSourceContainer DSContainer, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSource dataSource, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSource dataSource, RoundRobinArchiveContainer RRAContainer)
          createRoundRobinDataBase create a round robin database
 RoundRobinDataBaseItf RoundRobinLibraryItf.createRoundRobinDataBase(java.lang.String fileName, Time startTime, DataSourceContainer DSContainer, RoundRobinArchive roundRobinArchive)
          createRoundRobinDataBase create a round robin database
 

Constructors in rrdService.service with parameters of type Time
RoundRobinDataBase(java.lang.String fileName, Time startTime, int steps, DataSourceContainer dataSourceContainer, RoundRobinArchiveContainer roundRobinArchiveContainer)
          Constructor of class RoundRobinDataBase
 

Uses of Time in rrdService.util
 

Fields in rrdService.util declared as Time
protected  Time RoundRobinGraphic.startTime
          The time when the graph should begin.
protected  Time RoundRobinGraphic.endTime
          The time when the graph should end.
 

Methods in rrdService.util that return Time
 Time RoundRobinGraphic.getStartTime()
          Returns the startTime of this RoundRobinGraphic
 Time RoundRobinGraphic.getEndTime()
          Returns the endTime of this RoundRobinGraphic
 Time Time.synchronize(long sec)
          synchronize resynchronized the time
 Time Time.refresh()
          Refresh done Time point to the current time
 Time Time.getLastTime()
          lastTime returns the UTC time in second since the creation or the refresh of this time
 Time Time.getNowTime()
          getNowTime returns the UTC time rigth now in second
 

Methods in rrdService.util with parameters of type Time
 void RoundRobinGraphic.setStartTime(Time startTime)
          Replaces the startTime of this RoundRobinGraphic
 void RoundRobinGraphic.setEndTime(Time endTime)
          Replaces the endTime of this RoundRobinGraphic
 

Constructors in rrdService.util with parameters of type Time
RoundRobinGraphic(java.lang.String graphicName, Time startTime)
          Constructor of RoundRobinGraphic
RoundRobinGraphic(java.lang.String graphicName, Time startTime, Time endTime)
          Constructor of RoundRobinGraphic
RoundRobinGraphic(java.lang.String graphicName, Time startTime, Time endTime, java.lang.String verticalLabel)
          Constructor of RoundRobinGraphic
RoundRobinGraphic(java.lang.String graphicName, java.lang.String title, Time startTime, Time endTime)
          Constructor of RoundRobinGraphic
RoundRobinGraphic(java.lang.String graphicName, java.lang.String title, Time startTime, Time endTime, java.lang.String verticalLabel)
          Constructor of RoundRobinGraphic
Data(Time timestamp)
          Constructor of class Data with a specific timestamp and a unknown value
Data(Time timestamp, double value)
          Constructor of class Data with specific timestam and value
 


Copyright 1885-2001 FIRMENICH SA, Geneva

Submit a bug or feature
Copyright 1885-2001 FIRMENICH SA, Geneva,
All Rights Reserved.