Package org.pipecraft.infra.bq
Class BigQueryConnector.BQQueryResultFuture<R,F>
- java.lang.Object
-
- org.pipecraft.infra.concurrent.AbstractCheckedFuture<BQResultsIterator<R,F>,BQException>
-
- org.pipecraft.infra.bq.BigQueryConnector.BQQueryResultFuture<R,F>
-
- All Implemented Interfaces:
com.google.common.util.concurrent.ListenableFuture<BQResultsIterator<R,F>>,Future<BQResultsIterator<R,F>>,org.pipecraft.infra.concurrent.CheckedFuture<BQResultsIterator<R,F>,BQException>
- Enclosing class:
- BigQueryConnector
public static class BigQueryConnector.BQQueryResultFuture<R,F> extends org.pipecraft.infra.concurrent.AbstractCheckedFuture<BQResultsIterator<R,F>,BQException>
-
-
Constructor Summary
Constructors Constructor Description BQQueryResultFuture(com.google.common.util.concurrent.ListenableFuture<BQResultsIterator<R,F>> future)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BQExceptionmap(Exception e)
-
-
-
Constructor Detail
-
BQQueryResultFuture
public BQQueryResultFuture(com.google.common.util.concurrent.ListenableFuture<BQResultsIterator<R,F>> future)
-
-
Method Detail
-
map
protected BQException map(Exception e)
- Specified by:
mapin classorg.pipecraft.infra.concurrent.AbstractCheckedFuture<BQResultsIterator<R,F>,BQException>
-
-