final case class NodeInfo(nodeId: Int, info: Data) extends Message with NodeChange with Product with Serializable

An /n_info message is received as a reply to an /n_query message.

nodeId

the identifier of the node for which information has been received

info

the information object describing the topological position of the node

See also

NodeQuery

Linear Supertypes
Serializable, Product, Equals, NodeChange, Receive, ServerMessage, Message, Packet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeInfo
  2. Serializable
  3. Product
  4. Equals
  5. NodeChange
  6. Receive
  7. ServerMessage
  8. Message
  9. Packet
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NodeInfo(nodeId: Int, info: Data)

    nodeId

    the identifier of the node for which information has been received

    info

    the information object describing the topological position of the node

Value Members

  1. val args: Any*
    Definition Classes
    Message
  2. def encode(c: PacketCodec, b: ByteBuffer): Unit
    Definition Classes
    MessagePacket
  3. def encodedSize(c: PacketCodec): Int
    Definition Classes
    MessagePacket
  4. def equals(other: Any): Boolean
    Definition Classes
    Message → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    Message → AnyRef → Any
  6. val info: Data
    Definition Classes
    NodeInfoNodeChange
  7. val name: String
    Definition Classes
    MessagePacket
  8. val nodeId: Int
    Definition Classes
    NodeInfoNodeChange
  9. def productElementNames: Iterator[String]
    Definition Classes
    Product
  10. def toString(): String
    Definition Classes
    Message → AnyRef → Any