Uses of Class
org.pipecraft.infra.bq.TableLoadConfig
-
Packages that use TableLoadConfig Package Description org.pipecraft.infra.bq org.pipecraft.infra.bq.exceptions -
-
Uses of TableLoadConfig in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return TableLoadConfig Modifier and Type Method Description TableLoadConfigTableLoadConfig.Builder. build()Methods in org.pipecraft.infra.bq with parameters of type TableLoadConfig Modifier and Type Method Description voidBigQueryConnector. loadTable(TableLoadConfig tableLoadConfig)Runs a synchronous table loadBigQueryConnector.BQTableLoadFutureBigQueryConnector. loadTableAsync(TableLoadConfig tableLoadConfig)Runs an async table load job -
Uses of TableLoadConfig in org.pipecraft.infra.bq.exceptions
Constructors in org.pipecraft.infra.bq.exceptions with parameters of type TableLoadConfig Constructor Description InvalidTableLoadBQException(String msg, TableLoadConfig config)Constructor
-