Package | Description |
---|---|
org.apache.tez.dag.api | |
org.apache.tez.runtime.api.events |
Modifier and Type | Method and Description |
---|---|
void |
EdgeManagerPluginOnDemand.routeDataMovementEventToDestination(DataMovementEvent event,
int sourceTaskIndex,
int sourceOutputIndex,
Map<Integer,List<Integer>> destinationTaskAndInputIndices)
Return the routing information to inform consumers about the source task
output that is now available.
|
abstract void |
EdgeManagerPlugin.routeDataMovementEventToDestination(DataMovementEvent event,
int sourceTaskIndex,
int sourceOutputIndex,
Map<Integer,List<Integer>> destinationTaskAndInputIndices)
Return the routing information to inform consumers about the source task
output that is now available.
|
Modifier and Type | Method and Description |
---|---|
static DataMovementEvent |
DataMovementEvent.create(ByteBuffer userPayload) |
static DataMovementEvent |
DataMovementEvent.create(int sourceIndex,
ByteBuffer userPayload)
User Event constructor for
Output s |
static DataMovementEvent |
DataMovementEvent.create(int sourceIndex,
int targetIndex,
int version,
ByteBuffer userPayload) |
DataMovementEvent |
CompositeDataMovementEvent.expand(int sourceIndex,
int targetIndex)
Expand the
CompositeDataMovementEvent into a routable
DataMovementEvent by providing the source output index and the
target input index. |
DataMovementEvent |
DataMovementEvent.makeCopy(int targetIndex)
Make a routable copy of the
DataMovementEvent by adding a target
input index |
Modifier and Type | Method and Description |
---|---|
Iterable<DataMovementEvent> |
CompositeDataMovementEvent.getEvents() |
Copyright © 2016 Apache Software Foundation. All rights reserved.