T - the type of the queuepublic class RemoteDataflowQueueEnqueueValueMsg<T> extends SerialMsg
| Modifier and Type | Field and Description |
|---|---|
private DataflowChannel<T> |
queue |
private T |
value |
| Constructor and Description |
|---|
RemoteDataflowQueueEnqueueValueMsg(RemoteDataflowQueue<T> queue,
T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(RemoteConnection conn) |
updateRemoteHostprivate final DataflowChannel<T> queue
private final T value
public RemoteDataflowQueueEnqueueValueMsg(RemoteDataflowQueue<T> queue, T value)
public void execute(RemoteConnection conn)