public final class AddressedTuple extends Object
A Tuple that is addressed to a destination.
| Modifier and Type | Field and Description | 
|---|---|
| static int | BROADCAST_DESTDestination used when broadcasting a tuple. | 
| int | dest | 
| Tuple | tuple | 
| Constructor and Description | 
|---|
| AddressedTuple(int dest,
              Tuple tuple) | 
| Modifier and Type | Method and Description | 
|---|---|
| static AddressedTuple | createFlushTuple(GeneralTopologyContext workerTopologyContext) | 
| int | getDest() | 
| Tuple | getTuple() | 
| String | toString() | 
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)
public static AddressedTuple createFlushTuple(GeneralTopologyContext workerTopologyContext)
public Tuple getTuple()
public int getDest()
Copyright © 2022 The Apache Software Foundation. All rights reserved.