public final class LocalTaskContextSupplier extends TaskContextSupplier
| Constructor and Description |
|---|
LocalTaskContextSupplier() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<Long> |
getAttemptIdSupplier() |
Supplier<Integer> |
getPartitionIdSupplier() |
Option<String> |
getProperty(EngineProperty prop) |
Supplier<Integer> |
getStageIdSupplier() |
public Supplier<Integer> getPartitionIdSupplier()
getPartitionIdSupplier in class TaskContextSupplierpublic Supplier<Integer> getStageIdSupplier()
getStageIdSupplier in class TaskContextSupplierpublic Supplier<Long> getAttemptIdSupplier()
getAttemptIdSupplier in class TaskContextSupplierpublic Option<String> getProperty(EngineProperty prop)
getProperty in class TaskContextSupplierCopyright © 2024 The Apache Software Foundation. All rights reserved.