public class AssignRequestMessage extends BaseVoidMessage implements RequestMessage
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
key |
protected org.nd4j.linalg.api.ndarray.INDArray |
payload |
protected int |
rowIdx |
protected Number |
value |
clipboard, messageType, originatorId, retransmitCount, role, shardIndex, storage, targetId, taskId, trainer, transport, voidConfiguration| Modifier | Constructor and Description |
|---|---|
protected |
AssignRequestMessage() |
|
AssignRequestMessage(Integer key,
org.nd4j.linalg.api.ndarray.INDArray array) |
|
AssignRequestMessage(Integer key,
Number value,
int rowIdx) |
| Modifier and Type | Method and Description |
|---|---|
void |
processMessage()
This method will be started in context of executor, either Shard, Client or Backup node
|
asBytes, asUnsafeBuffer, attachContext, extractContext, getMessageType, incrementRetransmitCount, isBlockingMessage, isJoinSupported, joinMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasBytes, asUnsafeBuffer, attachContext, extractContext, fromBytes, getMessageType, getOriginatorId, getRetransmitCount, getTargetId, getTaskId, incrementRetransmitCount, isBlockingMessage, isJoinSupported, joinMessage, setOriginatorId, setTargetIdprotected Integer key
protected int rowIdx
protected org.nd4j.linalg.api.ndarray.INDArray payload
protected Number value
protected AssignRequestMessage()
public AssignRequestMessage(@NonNull
Integer key,
@NonNull
org.nd4j.linalg.api.ndarray.INDArray array)
public void processMessage()
VoidMessageprocessMessage in interface VoidMessageCopyright © 2017. All rights reserved.