java.lang.Object
com.aoapps.appcluster.ResourceNodeDnsResult
Contains the results of one DNS monitoring pass for a single enabled node.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<? extends Name, ? extends Map<? extends Nameserver, ? extends DnsLookupResult>> Gets the mapping of all nodeRecord DNS lookups in the form nodeRecord->enabledNameserver->result.Gets the status of the node.Gets the node status messages.ResourceNode
<?, ?>
-
Method Details
-
getResourceNode
-
getNodeRecordLookups
public Map<? extends Name,? extends Map<? extends Nameserver, getNodeRecordLookups()? extends DnsLookupResult>> Gets the mapping of all nodeRecord DNS lookups in the form nodeRecord->enabledNameserver->result. If no lookups have been performed, such as during STOPPED or UNKNOWN state, returnsnull
. Otherwise, it contains an entry for every nodeRecord querying every enabled nameserver. -
getNodeStatus
Gets the status of the node. -
getNodeStatusMessages
Gets the node status messages. If no message, returns an empty set.
-