c

io.delta.exceptions

ConcurrentWriteException

ConcurrentWriteException 继承 org.apache.spark.sql.delta.ConcurrentWriteExceptionDeltaThrowable

:: 演进中 :

当并发事务在当前事务读取表后写入数据时抛出。

注解
@Evolving()

1.0.0

线性超类型
DeltaThrowable, DeltaThrowableConditionShim, SparkThrowable, org.apache.spark.sql.delta.ConcurrentWriteException, DeltaConcurrentModificationException, org.apache.spark.sql.delta.DeltaConcurrentModificationException, ConcurrentModificationException, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
排序
  1. 按字母顺序
  2. 按继承顺序
继承
  1. ConcurrentWriteException
  2. DeltaThrowable
  3. DeltaThrowableConditionShim
  4. SparkThrowable
  5. ConcurrentWriteException
  6. DeltaConcurrentModificationException
  7. DeltaConcurrentModificationException
  8. ConcurrentModificationException
  9. RuntimeException
  10. Exception
  11. Throwable
  12. Serializable
  13. AnyRef
  14. Any
  1. 隐藏所有
  2. 显示所有
可见性
  1. 公共
  2. 受保护的

实例构造函数

  1. ConcurrentWriteException(messageParameters: Array[String])
  2. ConcurrentWriteException(message: String)

值成员

  1. final def !=(arg0: Any): Boolean
    定义类
    AnyRef → Any
  2. final def ##: Int
    定义类
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    定义类
    AnyRef → Any
  4. final def addSuppressed(arg0: Throwable): Unit
    定义类
    Throwable
  5. final def asInstanceOf[T0]: T0
    定义类
    Any
  6. def clone(): AnyRef
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def conflictType: String
    定义类
    DeltaConcurrentModificationException
  8. final def eq(arg0: AnyRef): Boolean
    定义类
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    定义类
    AnyRef → Any
  10. def fillInStackTrace(): Throwable
    定义类
    Throwable
  11. def getCause(): Throwable
    定义类
    Throwable
  12. final def getClass(): Class[_ <: AnyRef]
    定义类
    AnyRef → Any
    注解
    @IntrinsicCandidate() @native()
  13. def getCondition(): String
    定义类
    DeltaThrowableConditionShim → SparkThrowable
  14. def getErrorClass(): String
    定义类
    ConcurrentWriteException → DeltaThrowableConditionShim → SparkThrowable
  15. def getLocalizedMessage(): String
    定义类
    Throwable
  16. def getMessage(): String
    定义类
    ConcurrentWriteException → Throwable
  17. def getMessageParameters(): Map[String, String]
    定义类
    SparkThrowable
  18. def getQueryContext(): Array[QueryContext]
    定义类
    SparkThrowable
  19. def getSqlState(): String
    定义类
    DeltaThrowable → SparkThrowable
  20. def getStackTrace(): Array[StackTraceElement]
    定义类
    Throwable
  21. final def getSuppressed(): Array[Throwable]
    定义类
    Throwable
  22. def hashCode(): Int
    定义类
    AnyRef → Any
    注解
    @IntrinsicCandidate() @native()
  23. def initCause(arg0: Throwable): Throwable
    定义类
    Throwable
  24. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  25. def isInternalError(): Boolean
    定义类
    DeltaThrowable → SparkThrowable
  26. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  27. final def notify(): Unit
    定义类
    AnyRef
    注解
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @IntrinsicCandidate() @native()
  29. def printStackTrace(arg0: PrintWriter): Unit
    定义类
    Throwable
  30. def printStackTrace(arg0: PrintStream): Unit
    定义类
    Throwable
  31. def printStackTrace(): Unit
    定义类
    Throwable
  32. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    定义类
    Throwable
  33. final def synchronized[T0](arg0: => T0): T0
    定义类
    AnyRef
  34. def toString(): String
    定义类
    Throwable → AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException])

已弃用的值成员

  1. def finalize(): Unit
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.Throwable]) @Deprecated
    已弃用

    (版本 9 起)

继承自 DeltaThrowable

继承自 DeltaThrowableConditionShim

继承自 SparkThrowable

继承自 org.apache.spark.sql.delta.ConcurrentWriteException

继承自 org.apache.spark.sql.delta.DeltaConcurrentModificationException

继承自 Exception

继承自 Throwable

继承自 Serializable

继承自 AnyRef

继承自 Any

未分组