public interface FieldValueCounterReader
| Modifier and Type | Method and Description |
|---|---|
FieldValueCounter |
findOne(String name)
Retrieve a single counter by name.
|
Collection<String> |
list()
List the names of all available counters.
|
FieldValueCounter findOne(String name)
name - the name of the counterCollection<String> list()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.