public class VertexStateUpdateParallelismUpdated extends VertexStateUpdate
| Constructor and Description |
|---|
VertexStateUpdateParallelismUpdated(String vertexName,
int updatedParallelism,
int previousParallelism) |
| Modifier and Type | Method and Description |
|---|---|
int |
getParallelism()
Returns the new parallelism for the vertex
|
int |
getPreviousParallelism()
Returns the previous value of the parallelism
|
getVertexName, getVertexState, toStringpublic VertexStateUpdateParallelismUpdated(String vertexName, int updatedParallelism, int previousParallelism)
Copyright © 2016 Apache Software Foundation. All rights reserved.