public interface FieldValueCounterOperations
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.FieldValueCounterResource |
retrieve(String name)
Retrieve information about the given named counter.
|
org.springframework.analytics.rest.domain.FieldValueCounterResource retrieve(String name)
name
- the name of the field value counterorg.springframework.hateoas.PagedResources<org.springframework.analytics.rest.domain.MetricResource> list()
void reset(String name)
name
- the name of the field value counterCopyright © 2018 Pivotal Software, Inc.. All rights reserved.