public class VectorRequestMessage extends BaseVoidMessage implements RequestMessage
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
key |
protected int |
rowIndex |
clipboard, messageType, originatorId, retransmitCount, role, shardIndex, storage, targetId, taskId, trainer, transport, voidConfiguration| Modifier | Constructor and Description |
|---|---|
protected |
VectorRequestMessage() |
|
VectorRequestMessage(int rowIndex) |
|
VectorRequestMessage(Integer key,
int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBlockingMessage() |
void |
processMessage()
This message is possible to get only as Shard
|
asBytes, asUnsafeBuffer, attachContext, extractContext, getMessageType, incrementRetransmitCount, isJoinSupported, joinMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasBytes, asUnsafeBuffer, attachContext, extractContext, fromBytes, getMessageType, getOriginatorId, getRetransmitCount, getTargetId, getTaskId, incrementRetransmitCount, isJoinSupported, joinMessage, setOriginatorId, setTargetIdprotected Integer key
protected int rowIndex
protected VectorRequestMessage()
public VectorRequestMessage(int rowIndex)
public VectorRequestMessage(@NonNull
Integer key,
int rowIndex)
public void processMessage()
processMessage in interface VoidMessagepublic boolean isBlockingMessage()
isBlockingMessage in interface VoidMessageisBlockingMessage in class BaseVoidMessageCopyright © 2017. All rights reserved.