public class CounterTemplate extends Object implements CounterOperations
CounterOperations
that interacts with the Spring Cloud Data Flow REST API.Modifier and Type | Field and Description |
---|---|
static String |
COUNTER_RELATION |
static String |
COUNTERS_COLLECTION_RELATION |
Constructor and Description |
---|
CounterTemplate(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.
|
CounterResource |
retrieve(String name)
Retrieve information about the given named counter.
|
public static final String COUNTERS_COLLECTION_RELATION
public static final String COUNTER_RELATION
public CounterTemplate(RestTemplate restTemplate, org.springframework.hateoas.ResourceSupport resources)
public CounterResource retrieve(String name)
CounterOperations
retrieve
in interface CounterOperations
public org.springframework.hateoas.PagedResources<MetricResource> list()
CounterOperations
list
in interface CounterOperations
public void reset(String name)
CounterOperations
reset
in interface CounterOperations
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.