Class 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 Detail

      • BQExportFuture

        public BQExportFuture​(com.google.common.util.concurrent.ListenableFuture<Void> future)