Package org.graylog2.cluster.nodes
Class DataNodeEntity
-
Field Summary
Fields inherited from class org.graylog2.database.PersistedImpl
fields, id -
Constructor Summary
ConstructorsConstructorDescriptionDataNodeEntity(Map<String, Object> fields) DataNodeEntity(org.bson.types.ObjectId id, Map<String, Object> fields) -
Method Summary
Methods inherited from class org.graylog2.cluster.nodes.AbstractNode
getEmbeddedValidations, getHostname, getLastSeen, getNodeId, getTransportAddress, getValidations, isLeader, toStringMethods inherited from class org.graylog2.database.PersistedImpl
asMap, equals, getFields, getId, getObjectId, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.graylog2.cluster.Node
getShortNodeId, getTitle, isMaster
-
Constructor Details
-
DataNodeEntity
-
DataNodeEntity
-
-
Method Details
-
getClusterAddress
-
getRestApiAddress
-
getCertValidTill
-
getActionQueue
-
getDataNodeStatus
-
getDatanodeVersion
-
toDto
- Specified by:
toDtoin classAbstractNode<DataNodeDto>
-