Uses of Class
org.pipecraft.infra.bq.QueryExecutionConfig
-
Packages that use QueryExecutionConfig Package Description org.pipecraft.infra.bq org.pipecraft.pipes.source.google_bq -
-
Uses of QueryExecutionConfig in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return QueryExecutionConfig Modifier and Type Method Description QueryExecutionConfigQueryExecutionConfig.Builder. build()QueryExecutionConfigBigQueryConnector. getDefaultQueryExecutionConfig()Methods in org.pipecraft.infra.bq with parameters of type QueryExecutionConfig Modifier and Type Method Description <R,F>
BQResultsIterator<R,F>BigQueryConnector. execute(BQQuery<R,F> query, QueryExecutionConfig config)Runs a query synchronously.<R,F>
BigQueryConnector.BQQueryResultFuture<R,F>BigQueryConnector. executeAsync(BQQuery<R,F> query, QueryExecutionConfig config)Runs a query asynchronously, returning a future, which is both checked and listenable.longBigQueryConnector. executeNoStreaming(BQQuery<?,?> query, QueryExecutionConfig config)Runs a query synchronously without streaming results back.<R,F>
BigQueryConnector.BQQueryResultFuture<R,F>BigQueryConnector. executeNoStreamingAsync(BQQuery<R,F> query, QueryExecutionConfig config)Runs a query asynchronously without streaming results back.static QueryExecutionConfig.BuilderQueryExecutionConfig. newBuilder(QueryExecutionConfig config)Constructors in org.pipecraft.infra.bq with parameters of type QueryExecutionConfig Constructor Description BigQueryConnector(String projectId, long connTimeoutMs, long readTimeoutMs, QueryExecutionConfig defaultExecutionConfig, Consumer<BQQueryExecutionSummary> observer, ExecutorService ex)Constructor -
Uses of QueryExecutionConfig in org.pipecraft.pipes.source.google_bq
Constructors in org.pipecraft.pipes.source.google_bq with parameters of type QueryExecutionConfig Constructor Description BQQueryResultsPipe(BigQueryConnector bq, BQQuery<T,?> query, QueryExecutionConfig queryConfig)Constructor
-