public abstract class NodeSummary extends Object
| Constructor and Description |
|---|
NodeSummary() |
| Modifier and Type | Method and Description |
|---|---|
static NodeSummary |
create(String nodeId,
String type,
boolean isMaster,
String transportAddress,
String lastSeen,
String shortNodeId) |
abstract boolean |
isMaster() |
abstract String |
lastSeen() |
abstract String |
nodeId() |
abstract String |
shortNodeId() |
abstract String |
transportAddress() |
abstract String |
type() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.