public class NullSampledStatisticsImpl extends Object implements SampledStatistics
Constructor and Description |
---|
NullSampledStatisticsImpl() |
Modifier and Type | Method and Description |
---|---|
long |
getJobsCompletedMostRecentSample() |
long |
getJobsExecutingMostRecentSample() |
long |
getJobsScheduledMostRecentSample() |
void |
shutdown() |
public long getJobsCompletedMostRecentSample()
getJobsCompletedMostRecentSample
in interface SampledStatistics
public long getJobsExecutingMostRecentSample()
getJobsExecutingMostRecentSample
in interface SampledStatistics
public long getJobsScheduledMostRecentSample()
getJobsScheduledMostRecentSample
in interface SampledStatistics
public void shutdown()
shutdown
in interface SampledStatistics
Copyright © 2023 Terracotta, Inc.. All rights reserved.