public abstract class AbstractPerformanceDataLoggingService
extends com.google.common.util.concurrent.AbstractScheduledService
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
runOnce()
Runs one iteration of data logging including getting metrics and logging them.
|
protected void |
runOneIteration() |
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler |
scheduler() |
protected void |
shutDown() |
protected void |
startUp() |
protected void runOneIteration()
runOneIteration in class com.google.common.util.concurrent.AbstractScheduledServiceprotected abstract void runOnce()
protected void startUp()
startUp in class com.google.common.util.concurrent.AbstractScheduledServiceprotected void shutDown()
shutDown in class com.google.common.util.concurrent.AbstractScheduledServiceprotected com.google.common.util.concurrent.AbstractScheduledService.Scheduler scheduler()
scheduler in class com.google.common.util.concurrent.AbstractScheduledServiceCopyright © 2002-2022 Atlassian. All Rights Reserved.