c

com.emarsys.google.bigquery

BigQueryAsyncExecutorInstance

class BigQueryAsyncExecutorInstance extends BigQueryAsyncExecutor

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigQueryAsyncExecutorInstance
  2. BigQueryAsyncExecutor
  3. BigQueryDataAccess
  4. GoogleCloudConfig
  5. BigQueryExecutor
  6. CommandFactory
  7. JobCommandFactory
  8. TableCommandFactory
  9. AbstractCommandFactory
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigQueryAsyncExecutorInstance()(implicit system: ActorSystem, executor: ExecutionContextExecutor)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(query: Query, destinationRef: BqTableReference): CopyCommand
    Definition Classes
    JobCommandFactory
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val askTimeout: Timeout
  7. lazy val bigQuery: Bigquery
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def configAsJson(properties: String): String
    Definition Classes
    GoogleCloudConfig
  10. def configOfProject(properties: String): String
    Definition Classes
    GoogleCloudConfig
  11. def copy(query: Query, destinationRef: BqTableReference, writeDisposition: WriteDisposition = WriteDisposition.WRITE_APPEND): CopyCommand
    Definition Classes
    JobCommandFactory
  12. def createTable(tableRef: BqTableReference, schema: BqTableSchema): CreateTableCommand
    Definition Classes
    TableCommandFactory
  13. val credentialWrite: GoogleCredential
    Definition Classes
    GoogleCloudConfig
  14. def dropTable(tableRef: BqTableReference): DeleteTableCommand
    Definition Classes
    TableCommandFactory
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def execute[T](command: TableCommand[T])(implicit ec: ExecutionContext): Future[T]
    Definition Classes
    BigQueryExecutor
  18. def executeQuery[T](query: Query)(implicit format: BigQueryFormat[T]): Future[List[T]]
    Definition Classes
    BigQueryDataAccess
  19. implicit val executor: ExecutionContextExecutor
  20. def extract(sourceTable: BqTableReference, destinationUri: String): ExtractCommand
    Definition Classes
    JobCommandFactory
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def getAmountOfTableRows(tableRef: BqTableReference): Future[BigInteger]
    Definition Classes
    BigQueryDataAccess
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getTable(tableRef: BqTableReference): GetTableCommand
    Definition Classes
    TableCommandFactory
  25. lazy val google: GoogleConfig
    Definition Classes
    GoogleCloudConfig
  26. def handleJobResult(table: BqTableReference, jobResult: JobResult): Future[BigQueryJobResult]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def insert(content: String, destinationRef: BqTableReference, schema: BqTableSchema, sourceFormat: FileFormat = CsvFormat, createDisposition: CreateDisposition = CreateDisposition.CREATE_IF_NEEDED): InsertDataCommand
    Definition Classes
    JobCommandFactory
  29. def insertAll(tableRef: BqTableReference, data: BqTableData): InsertAllTableCommand
    Definition Classes
    TableCommandFactory
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val jobPollTimeout: FiniteDuration
    Definition Classes
    GoogleCloudConfig
  32. lazy val jobStatusChecker: ActorRef
  33. def logTime[T](f: ⇒ (T, String)): T
    Definition Classes
    BigQueryExecutor
  34. implicit lazy val logger: LoggingAdapter
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def query(query: Query, projectId: String): QueryCommand
    Definition Classes
    JobCommandFactory
  39. def result(jobId: String, projectId: String): ResultCommand
    Definition Classes
    JobCommandFactory
  40. def runAsyncJob[T <: Job](command: TableCommand[T], table: BqTableReference): Future[BigQueryJobResult]
  41. def status(jobId: String, projectId: String): JobStatusCommand
    Definition Classes
    JobCommandFactory
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def tableExists(tableRef: BqTableReference): Future[Boolean]
    Definition Classes
    BigQueryDataAccess
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from BigQueryAsyncExecutor

Inherited from BigQueryDataAccess

Inherited from GoogleCloudConfig

Inherited from BigQueryExecutor

Inherited from CommandFactory

Inherited from JobCommandFactory

Inherited from TableCommandFactory

Inherited from AbstractCommandFactory

Inherited from AnyRef

Inherited from Any

Ungrouped