public interface CounterOperations
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.PagedResources<org.springframework.analytics.rest.domain.MetricResource> |
list()
Retrieve basic information (i.e.
|
void |
reset(String name)
Delete the counter with given name.
|
org.springframework.analytics.rest.domain.CounterResource |
retrieve(String name)
Retrieve information about the given named counter.
|
org.springframework.analytics.rest.domain.CounterResource retrieve(String name)
name
- the name of the counterorg.springframework.hateoas.PagedResources<org.springframework.analytics.rest.domain.MetricResource> list()
void reset(String name)
name
- the name of the counterCopyright © 2018 Pivotal Software, Inc.. All rights reserved.