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)
FieldValueCounterOperations
retrieve
in interface FieldValueCounterOperations
public org.springframework.hateoas.PagedResources<MetricResource> list()
FieldValueCounterOperations
list
in interface FieldValueCounterOperations
public void reset(String name)
FieldValueCounterOperations
reset
in interface FieldValueCounterOperations
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.