public final class AddressedTuple extends Object
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) |
Modifier and Type | Method and Description |
---|---|
static AddressedTuple |
createFlushTuple(GeneralTopologyContext workerTopologyContext) |
int |
getDest() |
Tuple |
getTuple() |
String |
toString() |
public static final int BROADCAST_DEST
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 © 2023 The Apache Software Foundation. All rights reserved.