public final class BigQueryLoadGoogleCloudStorageFilesJob extends com.google.appengine.tools.pipeline.Job1<List<BigQueryLoadJobReference>,BigQueryStoreResult<GoogleCloudStorageFileSet>>
Constructor and Description |
---|
BigQueryLoadGoogleCloudStorageFilesJob(String dataset,
String tableName,
String projectId) |
Modifier and Type | Method and Description |
---|---|
com.google.appengine.tools.pipeline.Value<BigQueryStoreResult<GoogleCloudStorageFileSet>> |
handleException(Throwable t) |
com.google.appengine.tools.pipeline.Value<List<BigQueryLoadJobReference>> |
run(BigQueryStoreResult<GoogleCloudStorageFileSet> bigQueryStoreResult)
Divides the files into bundles having size less than or equal to the maximum size allowed per
bigquery load
Job and then starts separate pipeline jobs for each of the bundles. |
backOffFactor, backOffSeconds, futureCall, futureCall, futureCall, futureCall, futureCall, futureCall, futureCall, futureCallUnchecked, futureList, getJobDisplayName, getJobKey, getOnBackend, getOnModule, getOnQueue, getPipelineKey, getStatusConsoleUrl, immediate, maxAttempts, newDelayedValue, newPromise, newPromise, onBackend, onModule, onQueue, setStatusConsoleUrl, statusConsoleUrl, waitFor
public com.google.appengine.tools.pipeline.Value<List<BigQueryLoadJobReference>> run(BigQueryStoreResult<GoogleCloudStorageFileSet> bigQueryStoreResult) throws Exception
Job
and then starts separate pipeline jobs for each of the bundles.
Returns a list of JobReference
s.run
in class com.google.appengine.tools.pipeline.Job1<List<BigQueryLoadJobReference>,BigQueryStoreResult<GoogleCloudStorageFileSet>>
Exception
public com.google.appengine.tools.pipeline.Value<BigQueryStoreResult<GoogleCloudStorageFileSet>> handleException(Throwable t) throws Throwable
Throwable
Copyright © 2015 Google. All rights reserved.