public interface SinkContext
We distinguish config and context carefully: Config is populated from yaml file and would not be changed anymore, while context is populated in run-time.
Modifier and Type | Method and Description |
---|---|
void |
exportCountMetric(java.lang.String metricName,
long delta) |
java.lang.String |
getMetricsMgrId() |
java.lang.String |
getSinkId() |
java.lang.String |
getTopologyName() |