public abstract class CounterBuckConfig extends Object implements ConfigView<BuckConfig>
| Constructor and Description |
|---|
CounterBuckConfig() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCountersFirstFlushIntervalMillis() |
long |
getCountersFlushIntervalMillis() |
abstract BuckConfig |
getDelegate() |
static CounterBuckConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate in interface ConfigView<BuckConfig>public static CounterBuckConfig of(BuckConfig delegate)
public long getCountersFirstFlushIntervalMillis()
public long getCountersFlushIntervalMillis()