@ConfigurationProperties(prefix="cloud.aws.cloudwatch") public class CloudWatchMetricProperties extends Object
CloudWatchMetricWriter.| Constructor and Description |
|---|
CloudWatchMetricProperties() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFixedDelayBetweenRuns() |
int |
getMaxBuffer() |
String |
getNamespace() |
void |
setFixedDelayBetweenRuns(long fixedDelayBetweenRuns) |
void |
setMaxBuffer(int maxBuffer) |
void |
setNamespace(String namespace) |
public String getNamespace()
public void setNamespace(String namespace)
public int getMaxBuffer()
public void setMaxBuffer(int maxBuffer)
public long getFixedDelayBetweenRuns()
public void setFixedDelayBetweenRuns(long fixedDelayBetweenRuns)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.