| Package | Description |
|---|---|
| org.apache.tez.dag.api | |
| org.apache.tez.runtime.api.events |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexManagerPluginContext.sendEventToProcessor(Collection<CustomProcessorEvent> events,
int taskId)
Allows a VertexManagerPlugin to send events of custom payload to processor
of a specific task of managed vertex
It's up to user to make sure taskId is valid
|
| Modifier and Type | Method and Description |
|---|---|
static CustomProcessorEvent |
CustomProcessorEvent.create(ByteBuffer payload) |
static CustomProcessorEvent |
CustomProcessorEvent.create(ByteBuffer payload,
int version) |
Copyright © 2020 Apache Software Foundation. All rights reserved.