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