public abstract class TaskContextSupplier extends Object implements Serializable
| Constructor and Description |
|---|
TaskContextSupplier() |
| Modifier and Type | Method and Description |
|---|---|
abstract Supplier<Long> |
getAttemptIdSupplier() |
abstract Supplier<Integer> |
getPartitionIdSupplier() |
abstract Option<String> |
getProperty(EngineProperty prop) |
abstract Supplier<Integer> |
getStageIdSupplier() |
public abstract Option<String> getProperty(EngineProperty prop)
Copyright © 2024 The Apache Software Foundation. All rights reserved.