| Constructor and Description |
|---|
BigQueryTableRowIterator(com.google.api.services.bigquery.Bigquery client,
String query,
String projectId) |
BigQueryTableRowIterator(com.google.api.services.bigquery.Bigquery client,
com.google.api.services.bigquery.model.TableReference ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static <T> T |
executeWithBackOff(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T> client,
String error,
Object... errorArgs) |
boolean |
hasNext() |
com.google.api.services.bigquery.model.TableRow |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BigQueryTableRowIterator(com.google.api.services.bigquery.Bigquery client,
com.google.api.services.bigquery.model.TableReference ref)
public boolean hasNext()
public com.google.api.services.bigquery.model.TableRow next()
public void remove()
public static <T> T executeWithBackOff(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T> client,
String error,
Object... errorArgs)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOException