| Package | Description |
|---|---|
| org.graylog2.telemetry.dto |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeRole |
NodeInfo.role() |
static NodeRole |
NodeRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeRole[] |
NodeRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeInfo |
NodeInfo.create(String nodeId,
String nodeIdHash,
NodeRole role,
String hostname,
String serverVersion,
org.joda.time.DateTime startedAt,
org.joda.time.DateTimeZone timezone,
Set<PluginInfo> plugins) |
Copyright © 2015 Graylog, Inc.. All Rights Reserved.