public static final class Metric.Blueprint extends Entity.Blueprint
Note that tenantId, etc., are not needed here because they are provided by the context in which the
org.hawkular.inventory.api.WriteInterface#create(org.hawkular.inventory.api.model.Blueprint) method is
called.
| Modifier and Type | Class and Description |
|---|---|
static class |
Metric.Blueprint.Builder |
| Constructor and Description |
|---|
Blueprint(String metricTypePath,
String id) |
Blueprint(String metricTypePath,
String id,
Map<String,Object> properties) |
Blueprint(String metricTypePath,
String id,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
Blueprint(String metricTypePath,
String id,
String name,
Long collectionInterval,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
Blueprint(String metricTypePath,
String id,
String name,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementBlueprintVisitor<R,P> visitor,
P parameter) |
static Metric.Blueprint.Builder |
builder() |
Long |
getCollectionInterval() |
String |
getMetricTypePath() |
equals, getId, getName, hashCodegetPropertiesclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEntityTypeOf, getSegmentTypeOfpublic Blueprint(String metricTypePath, String id, Map<String,Object> properties, Map<String,Set<CanonicalPath>> outgoing, Map<String,Set<CanonicalPath>> incoming)
public Blueprint(String metricTypePath, String id, String name, Map<String,Object> properties, Map<String,Set<CanonicalPath>> outgoing, Map<String,Set<CanonicalPath>> incoming)
public static Metric.Blueprint.Builder builder()
public String getMetricTypePath()
public Long getCollectionInterval()
public <R,P> R accept(ElementBlueprintVisitor<R,P> visitor, P parameter)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.