final case class NodeOrder(addAction: Int, targetId: Int, ids: Int*) extends Message with SyncCmd with Product with Serializable

The /n_order message.

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

Instance Constructors

  1. new NodeOrder(addAction: Int, targetId: Int, ids: Int*)

Value Members

  1. val addAction: Int
  2. val args: Any*
    Definition Classes
    Message
  3. def copy(addAction: Int = addAction, targetId: Int = targetId, ids: Seq[Int] = ids): NodeOrder
  4. def encode(c: PacketCodec, b: ByteBuffer): Unit
    Definition Classes
    MessagePacket
  5. def encodedSize(c: PacketCodec): Int
    Definition Classes
    MessagePacket
  6. def equals(other: Any): Boolean
    Definition Classes
    Message → AnyRef → Any
  7. def hashCode(): Int
    Definition Classes
    Message → AnyRef → Any
  8. val ids: Int*
  9. final def isSynchronous: Boolean
    Definition Classes
    SyncSendSend
  10. val name: String
    Definition Classes
    MessagePacket
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. val targetId: Int
  13. def toString(): String
    Definition Classes
    Message → AnyRef → Any