| Package | Description |
|---|---|
| org.hawkular.metrics.clients.ptrans.collectd.packet |
| Modifier and Type | Method and Description |
|---|---|
static PartType |
PartType.findById(short id) |
PartType |
Part.getPartType() |
static PartType |
PartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartType[] |
PartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NumericPart(PartType partType,
Long value) |
Part(PartType partType,
T value) |
StringPart(PartType partType,
String value) |
ValuePart(PartType partType,
Values values) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.