Class ClusterAggregatorConfiguration
java.lang.Object
com.arpnetworking.clusteraggregator.configuration.ClusterAggregatorConfiguration
Representation of cluster aggregator configuration.
- Author:
- Brandon Arp (brandon dot arp at inscopemetrics dot com)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilderimplementation forClusterAggregatorConfiguration. -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapperCreate anObjectMapperfor cluster aggregator configuration.intbooleanintDeprecated.Deprecated.com.google.common.collect.ImmutableList<com.fasterxml.jackson.databind.JsonNode>com.google.common.collect.ImmutableSet<String>booleantoString()
-
Method Details
-
createObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()Create anObjectMapperfor cluster aggregator configuration.- Returns:
- An
ObjectMapperfor TsdAggregator configuration.
-
getMonitoringCluster
-
getMonitoringService
-
getMonitoringSinks
public com.google.common.collect.ImmutableList<com.fasterxml.jackson.databind.JsonNode> getMonitoringSinks() -
getMonitoringHost
Deprecated. -
getMonitoringPort
Deprecated. -
getHttpPort
public int getHttpPort() -
getHttpHost
-
getHttpHealthCheckPath
-
getHttpStatusPath
-
getHttpVersionPath
-
getLogDirectory
-
getMaxConnectionTimeout
-
getMinConnectionTimeout
-
getJvmMetricsCollectionInterval
-
getPekkoConfiguration
-
getHostPipelineConfiguration
-
getClusterPipelineConfiguration
-
getReaggregationDimensions
-
getReaggregationInjectClusterAsHost
public boolean getReaggregationInjectClusterAsHost() -
getReaggregationTimeout
-
getRebalanceConfiguration
-
getDatabaseConfigurations
-
getAggregationPort
public int getAggregationPort() -
getAggregationHost
-
getClusterHostSuffix
-
getCalculateClusterAggregations
public boolean getCalculateClusterAggregations() -
getClusterStatusInterval
-
toString
-