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 SampledStatisticspublic long getJobsExecutingMostRecentSample()
getJobsExecutingMostRecentSample in interface SampledStatisticspublic long getJobsScheduledMostRecentSample()
getJobsScheduledMostRecentSample in interface SampledStatisticspublic void shutdown()
shutdown in interface SampledStatisticsCopyright 2001-2019, Terracotta, Inc.