java.lang.Object
com.aoapps.appcluster.Nameserver
A nameserver may be used by multiple nodes.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the cluster this nameserver is part of.Gets the hostname of this nameserver.Gets the overall status of the this nameserver based on all resourceNodes that use this nameserver.int
hashCode()
boolean
Checks if this nameserver returns strictly matching TTL values.toString()
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getCluster
Gets the cluster this nameserver is part of. -
getHostname
Gets the hostname of this nameserver. -
isStrictTtl
public boolean isStrictTtl()Checks if this nameserver returns strictly matching TTL values. Whentrue
(the default), it is a warning for a TTL to have a value not precisely equal to the expected value. Whenfalse
, a TTL value greater than zero and less than or equal to the expected TTL is allowed without warning. -
getStatus
Gets the overall status of the this nameserver based on all resourceNodes that use this nameserver.
-