Package org.apache.polaris.service.task
Class TaskFileIOSupplier
java.lang.Object
org.apache.polaris.service.task.TaskFileIOSupplier
- All Implemented Interfaces:
BiFunction<org.apache.polaris.core.entity.TaskEntity,org.apache.polaris.core.context.CallContext, org.apache.iceberg.io.FileIO>
@ApplicationScoped
public class TaskFileIOSupplier
extends Object
implements BiFunction<org.apache.polaris.core.entity.TaskEntity,org.apache.polaris.core.context.CallContext,org.apache.iceberg.io.FileIO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.iceberg.io.FileIOapply(org.apache.polaris.core.entity.TaskEntity task, org.apache.polaris.core.context.CallContext callContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
TaskFileIOSupplier
-
-
Method Details
-
apply
public org.apache.iceberg.io.FileIO apply(org.apache.polaris.core.entity.TaskEntity task, org.apache.polaris.core.context.CallContext callContext) - Specified by:
applyin interfaceBiFunction<org.apache.polaris.core.entity.TaskEntity,org.apache.polaris.core.context.CallContext, org.apache.iceberg.io.FileIO>
-