@Deprecated public class AssignRequestMessage extends BaseVoidMessage implements RequestMessage
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
key
Deprecated.
|
protected org.nd4j.linalg.api.ndarray.INDArray |
payload
Deprecated.
|
protected int |
rowIdx
Deprecated.
|
protected Number |
value
Deprecated.
|
clipboard, messageType, originatorId, retransmitCount, role, shardIndex, storage, targetId, taskId, trainer, transport, voidConfiguration| Modifier | Constructor and Description |
|---|---|
protected |
AssignRequestMessage()
Deprecated.
|
|
AssignRequestMessage(@NonNull Integer key,
@NonNull org.nd4j.linalg.api.ndarray.INDArray array)
Deprecated.
|
|
AssignRequestMessage(@NonNull Integer key,
@NonNull Number value,
int rowIdx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processMessage()
Deprecated.
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
@NonNull Integer key,
@NonNull
@NonNull org.nd4j.linalg.api.ndarray.INDArray array)
public void processMessage()
VoidMessageprocessMessage in interface VoidMessageCopyright © 2021. All rights reserved.