trait DeltaParallelWriterTrait extends ColdParallelWriter
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DeltaParallelWriterTrait
- ColdParallelWriter
- ParallelWriter
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
val
catalogService: DataCatalogService
- Definition Classes
- ParallelWriter
-
abstract
val
entityAPI: ParallelWriteEntity
- Definition Classes
- ParallelWriter
-
abstract
val
entityDetails: CatalogCoordinates
- Definition Classes
- ParallelWriter
-
abstract
def
performDeltaWrite(df: DataFrame, path: URI, partitioningColumns: Seq[String], batchId: Long): Unit
- Attributes
- protected
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
commit(correlationId: CorrelationId, batchId: Long): Unit
- Definition Classes
- ParallelWriter
-
def
complete(correlationId: CorrelationId): Unit
- Definition Classes
- ParallelWriter
-
val
credentialsConfigurator: CredentialsConfigurator
- Definition Classes
- ColdParallelWriter
-
def
enforceSchema(df: DataFrame): DataFrame
- Definition Classes
- ParallelWriter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDeltaTable(path: URI, spark: SparkSession, partitions: Seq[String]): DeltaTable
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
logger: WaspLogger
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
numRetries: Int
- Definition Classes
- ParallelWriter
-
final
def
performColdWrite(df: DataFrame, path: URI, partitioningColumns: Seq[String], batchId: Long): Unit
- Definition Classes
- DeltaParallelWriterTrait → ColdParallelWriter
-
val
retryPollInterval: FiniteDuration
- Definition Classes
- ParallelWriter
-
def
rollback(correlationId: CorrelationId): Unit
- Definition Classes
- ParallelWriter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
write(writeExecutionPlan: WriteExecutionPlanResponseBody, df: DataFrame, correlationId: CorrelationId, batchId: Long): Unit
Writes data according to write execution plan
Writes data according to write execution plan
- writeExecutionPlan
execution plan obtained from entity
- df
data to write
- Definition Classes
- ColdParallelWriter → ParallelWriter