case classInsertRowMessage(key: String, value: Array[Byte]) extends RowMessage with ReadWriteMessage with Product with Serializable
An InsertRowMessage is used to request the insert of an item on the selected map. An user needs Write permission
to request this operation, therefore this message extends ReadWriteMessage.
An InsertRowMessage is used to request the insert of an item on the selected map. An user needs Write permission to request this operation, therefore this message extends ReadWriteMessage.
The key of the item to insert
The value of the item to insert
ReadWriteMessage
RowMessage