public interface MutableVertexParallelismStore extends VertexParallelismStore
VertexParallelismStore.| Modifier and Type | Method and Description |
|---|---|
void |
setParallelismInfo(JobVertexID vertexId,
VertexParallelismInformation info)
Sets the parallelism properties for the given vertex.
|
getParallelismInfovoid setParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info)
vertexId - vertex to set parallelism forinfo - parallelism information for the given vertexCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.