public class UsageStatsConfiguration extends Object implements org.graylog2.plugin.PluginConfigBean
| Constructor and Description |
|---|
UsageStatsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.github.joschi.jadconfig.util.Duration |
getCacheTimeout() |
File |
getDirectory() |
com.github.joschi.jadconfig.util.Duration |
getInitialDelay() |
int |
getMaxQueueSize() |
com.github.joschi.jadconfig.util.Duration |
getReportInterval() |
URI |
getUrl() |
boolean |
isEnabled() |
boolean |
isGzipEnabled() |
boolean |
isOfflineMode() |
void |
validate() |
public boolean isEnabled()
public URI getUrl()
public com.github.joschi.jadconfig.util.Duration getCacheTimeout()
public int getMaxQueueSize()
public com.github.joschi.jadconfig.util.Duration getReportInterval()
public com.github.joschi.jadconfig.util.Duration getInitialDelay()
public boolean isGzipEnabled()
public boolean isOfflineMode()
public File getDirectory()
@ValidatorMethod
public void validate()
throws com.github.joschi.jadconfig.ValidationException
com.github.joschi.jadconfig.ValidationExceptionCopyright © 2015-2016 Graylog, Inc.. All Rights Reserved.