public abstract class NodeInfo extends Object
| Constructor and Description |
|---|
NodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
abstract String |
hostname() |
abstract String |
nodeId() |
abstract String |
nodeIdHash() |
abstract Set<PluginInfo> |
plugins() |
abstract NodeRole |
role() |
abstract String |
serverVersion() |
abstract org.joda.time.DateTime |
startedAt() |
abstract org.joda.time.DateTimeZone |
timezone() |
public abstract String nodeId()
public abstract String nodeIdHash()
public abstract NodeRole role()
public abstract String hostname()
public abstract String serverVersion()
public abstract org.joda.time.DateTime startedAt()
public abstract org.joda.time.DateTimeZone timezone()
public abstract Set<PluginInfo> plugins()
Copyright © 2015 Graylog, Inc.. All Rights Reserved.