| Constructor and Description |
|---|
AbstractEventLogger(CloudwatchClient cloudwatchClient) |
| Modifier and Type | Method and Description |
|---|---|
List<Measurement> |
measure() |
void |
tick(HasEventInfo event) |
void |
tick(HasEventInfo event,
double count) |
void |
tickAndLog(HasEventInfo event,
double count,
String... logappends) |
void |
tickAndLog(HasEventInfo event,
String... logappends) |
public AbstractEventLogger(CloudwatchClient cloudwatchClient)
public void tickAndLog(HasEventInfo event, String... logappends)
public void tickAndLog(HasEventInfo event, double count, String... logappends)
public void tick(HasEventInfo event)
public void tick(HasEventInfo event, double count)
public List<Measurement> measure()
Copyright © 2017. All rights reserved.