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.AbstractScheduledService
protected abstract void runOnce()
protected void startUp()
startUp
in class com.google.common.util.concurrent.AbstractScheduledService
protected void shutDown()
shutDown
in class com.google.common.util.concurrent.AbstractScheduledService
protected com.google.common.util.concurrent.AbstractScheduledService.Scheduler scheduler()
scheduler
in class com.google.common.util.concurrent.AbstractScheduledService
Copyright © 2002-2022 Atlassian. All Rights Reserved.