| Modifier and Type | Field and Description |
|---|---|
Collector.Type |
Collector.MetricFamilySamples.type |
| Modifier and Type | Method and Description |
|---|---|
static Collector.Type |
Collector.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collector.Type[] |
Collector.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Collector.MetricFamilySamples(String name,
Collector.Type type,
String help,
List<Collector.MetricFamilySamples.Sample> samples) |
Copyright © 2015. All rights reserved.