@InterfaceStability.Unstable @InterfaceAudience.Public public class InputConfigureVertexTasksEvent extends Event
InputInitializer
of a vertex
to configure the tasks of the vertex. It could change the task
placement hints or input specification for the inputs of the tasksModifier and Type | Method and Description |
---|---|
static InputConfigureVertexTasksEvent |
create(int numTasks,
VertexLocationHint locationHint,
InputSpecUpdate inputSpecUpdate) |
InputSpecUpdate |
getInputSpecUpdate() |
VertexLocationHint |
getLocationHint() |
int |
getNumTasks() |
public static InputConfigureVertexTasksEvent create(int numTasks, VertexLocationHint locationHint, InputSpecUpdate inputSpecUpdate)
public int getNumTasks()
public VertexLocationHint getLocationHint()
public InputSpecUpdate getInputSpecUpdate()
Copyright © 2024 Apache Software Foundation. All rights reserved.