| Package | Description |
|---|---|
| org.hawkular.inventory.api.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDataType |
MetricType.getMetricDataType() |
MetricDataType |
MetricType.Blueprint.getMetricDataType() |
MetricDataType |
MetricType.getType()
Deprecated.
use
MetricType.getMetricDataType() insteads |
MetricDataType |
MetricType.Blueprint.getType()
Deprecated.
|
static MetricDataType |
MetricDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricDataType[] |
MetricDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricType.Blueprint.Builder |
MetricType.Blueprint.builder(MetricDataType type) |
MetricType.Blueprint.Builder |
MetricType.Blueprint.Builder.withType(MetricDataType type)
Deprecated.
don't use this. Use the constructor instead.
|
| Constructor and Description |
|---|
Blueprint(String id,
MetricUnit unit,
MetricDataType metricDataType,
Long collectionInterval) |
Blueprint(String id,
MetricUnit unit,
MetricDataType metricDataType,
Long collectionInterval,
Map<String,Object> properties,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
Blueprint(String id,
MetricUnit unit,
MetricDataType metricDataType,
Map<String,Object> properties,
Long collectionInterval) |
Blueprint(String id,
String name,
MetricUnit unit,
MetricDataType metricDataType,
Map<String,Object> properties,
Long collectionInterval,
Map<String,Set<CanonicalPath>> outgoing,
Map<String,Set<CanonicalPath>> incoming) |
Builder(MetricDataType metricDataType) |
MetricType(CanonicalPath path,
MetricUnit unit,
MetricDataType metricDataType) |
MetricType(CanonicalPath path,
MetricUnit unit,
MetricDataType metricDataType,
Long collectionInterval) |
MetricType(CanonicalPath path,
MetricUnit unit,
MetricDataType metricDataType,
Map<String,Object> properties,
Long collectionInterval) |
MetricType(String name,
CanonicalPath path,
MetricUnit unit,
MetricDataType metricDataType) |
MetricType(String name,
CanonicalPath path,
MetricUnit unit,
MetricDataType metricDataType,
Map<String,Object> properties,
Long collectionInterval) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.