public class DistributedSolidMessage extends BaseVoidMessage implements DistributedMessage
clipboard, messageType, originatorId, retransmitCount, role, shardIndex, storage, targetId, taskId, trainer, transport, voidConfiguration
Constructor and Description |
---|
DistributedSolidMessage(java.lang.Integer key,
INDArray array,
boolean overwrite) |
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, joinMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asBytes, asUnsafeBuffer, attachContext, extractContext, fromBytes, getMessageType, getOriginatorId, getRetransmitCount, getTargetId, getTaskId, incrementRetransmitCount, isBlockingMessage, isJoinSupported, joinMessage, setOriginatorId, setTargetId
public DistributedSolidMessage(@NonNull java.lang.Integer key, @NonNull INDArray array, boolean overwrite)
public void processMessage()
processMessage
in interface VoidMessage