Package de.dlr.proseo.monitor.apimetrics
Klasse MetricsHourly
java.lang.Object
java.lang.Thread
de.dlr.proseo.monitor.apimetrics.MetricsCycleBase
de.dlr.proseo.monitor.apimetrics.MetricsHourly
- Alle implementierten Schnittstellen:
Runnable
This class calls the metric functions in hourly cycle
- Autor:
- Ernst Melchinger
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Feldübersicht
Von Klasse geerbte Felder de.dlr.proseo.monitor.apimetrics.MetricsCycleBase
metrics, millisToWait
Von Klasse geerbte Felder java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMetricsHourly
(MonitorConfiguration config, org.springframework.transaction.PlatformTransactionManager txManager, javax.persistence.EntityManager em) Constructor of a Metrics10Minutes instance -
Methodenübersicht
Von Klasse geerbte Methoden de.dlr.proseo.monitor.apimetrics.MetricsCycleBase
run
Von Klasse geerbte Methoden java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Konstruktordetails
-
MetricsHourly
public MetricsHourly(MonitorConfiguration config, org.springframework.transaction.PlatformTransactionManager txManager, javax.persistence.EntityManager em) Constructor of a Metrics10Minutes instance- Parameter:
config
- The monitor configurationtxManager
- The transaction managerem
- The JPA entity manager
-
-
Methodendetails
-
doCycle
protected void doCycle()The hourly metrics calls- Angegeben von:
doCycle
in KlasseMetricsCycleBase
-