public class NewtsConfig
extends io.dropwizard.Configuration
| Constructor and Description |
|---|
NewtsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfig |
getAuthenticationConfig() |
int |
getCassandraColumnTTL() |
String |
getCassandraCompression() |
String |
getCassandraHost() |
String |
getCassandraKeyspace() |
String |
getCassandraPassword() |
int |
getCassandraPort() |
boolean |
getCassandraSsl() |
String |
getCassandraUsername() |
Map<String,ContextConfig> |
getContextConfigs() |
Integer |
getCoreConnectionsPerHost() |
GraphiteConfig |
getGraphiteConfig() |
Integer |
getMaxConnectionsPerHost() |
Integer |
getMaxRequestsPerConnection() |
int |
getMaxSampleProcessorThreads() |
Map<String,ResultDescriptorDTO> |
getReports() |
SearchConfig |
getSearchConfig() |
public int getMaxSampleProcessorThreads()
public SearchConfig getSearchConfig()
public String getCassandraKeyspace()
public String getCassandraHost()
public int getCassandraPort()
public int getCassandraColumnTTL()
public String getCassandraCompression()
public String getCassandraUsername()
public String getCassandraPassword()
public boolean getCassandraSsl()
public Integer getCoreConnectionsPerHost()
public Integer getMaxConnectionsPerHost()
public Integer getMaxRequestsPerConnection()
public Map<String,ResultDescriptorDTO> getReports()
public Map<String,ContextConfig> getContextConfigs()
public AuthenticationConfig getAuthenticationConfig()
public GraphiteConfig getGraphiteConfig()
Copyright © 2019. All rights reserved.