| Package | Description |
|---|---|
| com.google.cloud.spark.bigquery | |
| com.google.cloud.spark.bigquery.metrics |
| Modifier and Type | Method and Description |
|---|---|
static SparkBigQueryConfig.WriteMethod |
SparkBigQueryConfig.WriteMethod.from(@Nullable String writeMethod) |
SparkBigQueryConfig.WriteMethod |
SparkBigQueryConfig.getWriteMethod() |
static SparkBigQueryConfig.WriteMethod |
SparkBigQueryConfig.WriteMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparkBigQueryConfig.WriteMethod[] |
SparkBigQueryConfig.WriteMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SparkBigQueryConnectorMetricsUtils.postWriteSessionMetrics(long timestamp,
SparkBigQueryConfig.WriteMethod writeMethod,
long bytesWritten,
Optional<SparkBigQueryConfig.IntermediateFormat> intermediateDataFormat,
org.apache.spark.SparkContext sparkContext) |
Copyright © 2024. All rights reserved.