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.
|
getParallelismInfo
void setParallelismInfo(JobVertexID vertexId, VertexParallelismInformation info)
vertexId
- vertex to set parallelism forinfo
- parallelism information for the given vertexCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.