public class Datasource extends Object implements Serializable
| Constructor and Description |
|---|
Datasource(String label,
String sourceName,
Duration heartbeat,
double xff,
AggregationFunction aggregationFunction) |
| Modifier and Type | Method and Description |
|---|---|
AggregationFunction |
getAggregationFuction() |
Duration |
getHeartbeat() |
String |
getLabel() |
String |
getSource() |
double |
getXff() |
String |
toString() |
public Datasource(String label, String sourceName, Duration heartbeat, double xff, AggregationFunction aggregationFunction)
public String getLabel()
public String getSource()
public Duration getHeartbeat()
public double getXff()
public AggregationFunction getAggregationFuction()
Copyright © 2015. All rights reserved.