Uses of Class
org.apache.flink.table.gateway.service.result.ResultFetcher
Packages that use ResultFetcher
Package
Description
-
Uses of ResultFetcher in org.apache.flink.table.gateway.service.application
Methods in org.apache.flink.table.gateway.service.application with parameters of type ResultFetcherConstructors in org.apache.flink.table.gateway.service.application with parameters of type ResultFetcher -
Uses of ResultFetcher in org.apache.flink.table.gateway.service.materializedtable
Methods in org.apache.flink.table.gateway.service.materializedtable that return ResultFetcherModifier and TypeMethodDescriptionMaterializedTableManager.callMaterializedTableOperation(OperationExecutor operationExecutor, org.apache.flink.table.gateway.api.operation.OperationHandle handle, org.apache.flink.table.operations.materializedtable.MaterializedTableOperation op, String statement) MaterializedTableManager.refreshMaterializedTable(OperationExecutor operationExecutor, org.apache.flink.table.gateway.api.operation.OperationHandle handle, org.apache.flink.table.catalog.ObjectIdentifier materializedTableIdentifier, Map<String, String> staticPartitions, Map<String, String> dynamicOptions, boolean isPeriodic, String scheduleTime) -
Uses of ResultFetcher in org.apache.flink.table.gateway.service.operation
Methods in org.apache.flink.table.gateway.service.operation that return ResultFetcherModifier and TypeMethodDescriptionOperationExecutor.callDescribeJobOperation(org.apache.flink.table.api.internal.TableEnvironmentInternal tableEnv, org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, org.apache.flink.table.operations.command.DescribeJobOperation describeJobOperation) OperationExecutor.callExecutableOperation(org.apache.flink.table.gateway.api.operation.OperationHandle handle, org.apache.flink.table.operations.ExecutableOperation op) protected ResultFetcherOperationExecutor.callRemoveJar(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, String jarPath) OperationExecutor.callShowJobsOperation(org.apache.flink.table.api.internal.TableEnvironmentInternal tableEnv, org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, org.apache.flink.table.operations.command.ShowJobsOperation showJobsOperation) OperationExecutor.callStopJobOperation(org.apache.flink.table.api.internal.TableEnvironmentInternal tableEnv, org.apache.flink.table.gateway.api.operation.OperationHandle handle, org.apache.flink.table.operations.command.StopJobOperation stopJobOperation) OperationExecutor.configureSession(org.apache.flink.table.gateway.api.operation.OperationHandle handle, String statement) OperationExecutor.executeStatement(org.apache.flink.table.gateway.api.operation.OperationHandle handle, String statement) OperationExecutor.executeStatement(org.apache.flink.table.gateway.api.operation.OperationHandle handle, org.apache.flink.configuration.Configuration customConfig, String statement) OperationExecutor.getCompletionHints(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, String statement, int position) OperationExecutor.refreshMaterializedTable(org.apache.flink.table.gateway.api.operation.OperationHandle handle, String materializedTableIdentifier, boolean isPeriodic, String scheduleTime, Map<String, String> staticPartitions, Map<String, String> dynamicOptions) Method parameters in org.apache.flink.table.gateway.service.operation with type arguments of type ResultFetcherModifier and TypeMethodDescriptionorg.apache.flink.table.gateway.api.operation.OperationHandleOperationManager.submitOperation(Function<org.apache.flink.table.gateway.api.operation.OperationHandle, ResultFetcher> fetcherSupplier) Submit the operation to theOperationManager.Constructor parameters in org.apache.flink.table.gateway.service.operation with type arguments of type ResultFetcherModifierConstructorDescriptionOperation(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, Callable<ResultFetcher> resultSupplier) -
Uses of ResultFetcher in org.apache.flink.table.gateway.service.result
Methods in org.apache.flink.table.gateway.service.result that return ResultFetcherModifier and TypeMethodDescriptionstatic ResultFetcherResultFetcher.fromResults(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, org.apache.flink.table.catalog.ResolvedSchema resultSchema, List<org.apache.flink.table.data.RowData> results) static ResultFetcherResultFetcher.fromResults(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, org.apache.flink.table.catalog.ResolvedSchema resultSchema, List<org.apache.flink.table.data.RowData> results, org.apache.flink.api.common.JobID jobID, org.apache.flink.table.api.ResultKind resultKind) static ResultFetcherResultFetcher.fromTableResult(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, org.apache.flink.table.api.internal.TableResultInternal tableResult, boolean isQueryResult) ResultFetcher.withResourceManager(org.apache.flink.table.resource.ResourceManager resourceManager)