public interface Counters extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addAll(Counters other) |
Counter |
getCounter(String name) |
Iterable<? extends Counter> |
getCounters() |
Counter getCounter(String name)
name
- counter namevoid addAll(Counters other)
other
- Another counter object who's counters should all be added to this one.Copyright © 2015 Google. All rights reserved.