public interface VertexParallelismStore
Modifier and Type | Method and Description |
---|---|
VertexParallelismInformation |
getParallelismInfo(JobVertexID vertexId)
Returns a given vertex's parallelism information.
|
VertexParallelismInformation getParallelismInfo(JobVertexID vertexId)
vertexId
- vertex for which the parallelism information should be returnedIllegalStateException
- if there is no parallelism information for the given vertexCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.