public enum PartType extends Enum<PartType>
| Enum Constant and Description |
|---|
HOST
Hostname of the machine where the values were collected.
|
INSTANCE
The collectd type instance corresponding to the values collected, e.g.
|
INTERVAL
How often values are collected, in second resolution since epoch.
|
INTERVAL_HIGH_RESOLUTION
How often values are collected, in high resolution since epoch.
|
PLUGIN
The collectd plugin corresponding to the values collected, e.g.
|
PLUGIN_INSTANCE
The collectd plugin instance corresponding to the values collected, e.g.
|
TIME
When the values were collected, in second resolution since epoch.
|
TIME_HIGH_RESOLUTION
When the values were collected, in high resolution since epoch.
|
TYPE
The collectd type corresponding to the values collected, e.g.
|
VALUES
Samples with data value type.
|
| Modifier and Type | Method and Description |
|---|---|
static PartType |
findById(short id) |
short |
getId() |
static PartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartType HOST
public static final PartType TIME
public static final PartType TIME_HIGH_RESOLUTION
TimeResolution.HIGH_RESpublic static final PartType PLUGIN
public static final PartType PLUGIN_INSTANCE
public static final PartType TYPE
public static final PartType INSTANCE
public static final PartType VALUES
public static final PartType INTERVAL
public static final PartType INTERVAL_HIGH_RESOLUTION
TimeResolution.HIGH_RESpublic static PartType[] values()
for (PartType c : PartType.values()) System.out.println(c);
public static PartType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic short getId()
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.