public class AddressedTuple extends Object
A Tuple that is addressed to a destination.
Modifier and Type | Field and Description |
---|---|
static int |
BROADCAST_DEST
Destination used when broadcasting a tuple.
|
int |
dest |
Tuple |
tuple |
Constructor and Description |
---|
AddressedTuple(int dest,
Tuple tuple) |
public static final int BROADCAST_DEST
Destination used when broadcasting a tuple.
public final Tuple tuple
public final int dest
public AddressedTuple(int dest, Tuple tuple)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.