public class NodeImpl extends PersistedImpl implements Node
fields, id| Modifier | Constructor and Description |
|---|---|
protected |
NodeImpl(Map<String,Object> fields) |
protected |
NodeImpl(org.bson.types.ObjectId id,
Map<String,Object> fields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Validator> |
getEmbeddedValidations(String key) |
org.joda.time.DateTime |
getLastSeen() |
String |
getNodeId() |
String |
getShortNodeId() |
String |
getTransportAddress() |
Node.Type |
getType() |
Map<String,Validator> |
getValidations() |
boolean |
isMaster() |
asMap, equals, getFields, getId, getObjectId, hashCode, toStringpublic String getTransportAddress()
getTransportAddress in interface Nodepublic org.joda.time.DateTime getLastSeen()
getLastSeen in interface Nodepublic String getShortNodeId()
getShortNodeId in interface Nodepublic Map<String,Validator> getValidations()
getValidations in interface PersistedCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.