@Experimental
public interface TaskInfo
TaskInfo contains all the meta information of the task.| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxParallelism()
Get the max parallelism of current task.
|
int |
getParallelism()
Get the parallelism of current task.
|
String |
getTaskName()
Get the name of current task.
|
int getParallelism()
int getMaxParallelism()
String getTaskName()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.