public class CounterTemplate extends java.lang.Object implements CounterOperations
CounterOperations 部分を実装します。| 修飾子と型 | フィールドと説明 |
|---|---|
protected java.util.Map<java.lang.String,org.springframework.hateoas.UriTemplate> | resourcesAPI の検出された URL を保持します。 |
protected org.springframework.web.client.RestTemplate | restTemplatehttp の相互作用に使用されるテンプレート。 |
| コンストラクターと説明 |
|---|
CounterTemplate(org.springframework.xd.rest.client.impl.AbstractTemplate abstractTemplate) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | delete(java.lang.String name) |
org.springframework.hateoas.PagedResources<MetricResource> | list() |
T | retrieve(java.lang.String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, list, retrieveprotected org.springframework.web.client.RestTemplate restTemplate
protected java.util.Map<java.lang.String,org.springframework.hateoas.UriTemplate> resources
public CounterTemplate(org.springframework.xd.rest.client.impl.AbstractTemplate abstractTemplate)
public T retrieve(java.lang.String name)
public org.springframework.hateoas.PagedResources<MetricResource> list()
public void delete(java.lang.String name)