public static interface JobVertex.InitializeOnMasterContext
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader()
The class loader for user defined code.
|
int |
getExecutionParallelism()
The actual parallelism this vertex will be run with.
|
ClassLoader getClassLoader()
int getExecutionParallelism()
JobVertex.getParallelism()
is the original parallelism set when creating the JobGraph
and
might be updated e.g. by the AdaptiveScheduler
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.