Node

final case class Node(id: Int, host: Option[String], port: Option[Int], rack: Option[String])
Value parameters:
host

can't be empty string if present

id

= 0

port

can't be negative if present

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

Concrete fields

lazy val asJava: Node