@ProviderType
public interface CounterFinder
Modifier and Type | Method and Description |
---|---|
List<String> |
getNames() |
String |
getRegistryName() |
long |
increment() |
long |
increment(String name) |
long |
increment(String name,
int size) |
void |
invalidate() |
void |
rename(String oldName,
String newName) |
void |
reset(String name) |
void |
reset(String name,
long size) |