public class JavaTaskContextSupplier
extends org.apache.hudi.common.engine.TaskContextSupplier
| Constructor and Description |
|---|
JavaTaskContextSupplier() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<Long> |
getAttemptIdSupplier() |
Supplier<Integer> |
getAttemptNumberSupplier() |
Supplier<Integer> |
getPartitionIdSupplier() |
org.apache.hudi.common.util.Option<String> |
getProperty(org.apache.hudi.common.engine.EngineProperty prop) |
Supplier<Integer> |
getStageIdSupplier() |
public Supplier<Integer> getPartitionIdSupplier()
getPartitionIdSupplier in class org.apache.hudi.common.engine.TaskContextSupplierpublic Supplier<Integer> getStageIdSupplier()
getStageIdSupplier in class org.apache.hudi.common.engine.TaskContextSupplierpublic Supplier<Long> getAttemptIdSupplier()
getAttemptIdSupplier in class org.apache.hudi.common.engine.TaskContextSupplierpublic org.apache.hudi.common.util.Option<String> getProperty(org.apache.hudi.common.engine.EngineProperty prop)
getProperty in class org.apache.hudi.common.engine.TaskContextSupplierCopyright © 2023 The Apache Software Foundation. All rights reserved.