public interface FieldValueCounterOperations
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<MetricResource> |
list()
Retrieve basic information (i.e.
|
void |
reset(String name)
Delete the counter with given name.
|
FieldValueCounterResource |
retrieve(String name)
Retrieve information about the given named counter.
|
FieldValueCounterResource retrieve(String name)
org.springframework.hateoas.PagedResources<MetricResource> list()
void reset(String name)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.