public class FieldValueCounterTemplate extends Object implements FieldValueCounterOperations
FieldValueCounterOperations that interacts with the Spring Cloud Data Flow REST API.| Modifier and Type | Field and Description |
|---|---|
static String |
FVC_COLLECTION_RELATION |
static String |
FVC_RELATION |
| Constructor and Description |
|---|
FieldValueCounterTemplate(RestTemplate restTemplate,
org.springframework.hateoas.ResourceSupport resources) |
| 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.
|
public static final String FVC_COLLECTION_RELATION
public static final String FVC_RELATION
public FieldValueCounterTemplate(RestTemplate restTemplate, org.springframework.hateoas.ResourceSupport resources)
public FieldValueCounterResource retrieve(String name)
FieldValueCounterOperationsretrieve in interface FieldValueCounterOperationspublic org.springframework.hateoas.PagedResources<MetricResource> list()
FieldValueCounterOperationslist in interface FieldValueCounterOperationspublic void reset(String name)
FieldValueCounterOperationsreset in interface FieldValueCounterOperationsCopyright © 2016 Pivotal Software, Inc.. All rights reserved.