ClusterDns

@SerialVersionUID(1L) final case
class ClusterDns(clusterDns: String, externalGossipPort: Int) extends GossipSeedsOrDns

Used if we're discovering via DNS

Value Params
clusterDns

The DNS name to use for discovering endpoints.

externalGossipPort

The well-known endpoint on which cluster managers are running.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product