c

io.delta.exceptions

DeltaConcurrentModificationException

抽象 DeltaConcurrentModificationException 继承 org.apache.spark.sql.delta.DeltaConcurrentModificationException

:: 演进中 :

所有 Delta 提交冲突异常的基本类。

注解
@Evolving()

1.0.0

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

实例构造函数

  1. 新建 DeltaConcurrentModificationException(消息: 字符串)

值成员

  1. 最终 定义 !=(arg0: Any): 布尔值
    定义类
    AnyRef → Any
  2. 最终 定义 ##: 整数
    定义类
    AnyRef → Any
  3. 最终 定义 ==(arg0: Any): 布尔值
    定义类
    AnyRef → Any
  4. 最终 定义 addSuppressed(arg0: Throwable): Unit
    定义类
    Throwable
  5. 最终 定义 asInstanceOf[T0]: T0
    定义类
    Any
  6. 定义 clone(): AnyRef
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. 定义 conflictType: 字符串
    定义类
    DeltaConcurrentModificationException
  8. 最终 定义 eq(arg0: AnyRef): 布尔值
    定义类
    AnyRef
  9. 定义 equals(arg0: AnyRef): 布尔值
    定义类
    AnyRef → Any
  10. 定义 fillInStackTrace(): Throwable
    定义类
    Throwable
  11. 定义 getCause(): Throwable
    定义类
    Throwable
  12. 最终 定义 getClass(): Class[_ <: AnyRef]
    定义类
    AnyRef → Any
    注解
    @IntrinsicCandidate() @native()
  13. 定义 getLocalizedMessage(): 字符串
    定义类
    Throwable
  14. 定义 getMessage(): 字符串
    定义类
    Throwable
  15. 定义 getStackTrace(): 数组[StackTraceElement]
    定义类
    Throwable
  16. 最终 定义 getSuppressed(): 数组[Throwable]
    定义类
    Throwable
  17. 定义 hashCode(): 整数
    定义类
    AnyRef → Any
    注解
    @IntrinsicCandidate() @native()
  18. 定义 initCause(arg0: Throwable): Throwable
    定义类
    Throwable
  19. 最终 定义 isInstanceOf[T0]: 布尔值
    定义类
    Any
  20. 最终 定义 ne(arg0: AnyRef): 布尔值
    定义类
    AnyRef
  21. 最终 定义 notify(): Unit
    定义类
    AnyRef
    注解
    @IntrinsicCandidate() @native()
  22. 最终 定义 notifyAll(): Unit
    定义类
    AnyRef
    注解
    @IntrinsicCandidate() @native()
  23. 定义 printStackTrace(arg0: PrintWriter): Unit
    定义类
    Throwable
  24. 定义 printStackTrace(arg0: PrintStream): Unit
    定义类
    Throwable
  25. 定义 printStackTrace(): Unit
    定义类
    Throwable
  26. 定义 setStackTrace(arg0: 数组[StackTraceElement]): Unit
    定义类
    Throwable
  27. 最终 定义 synchronized[T0](arg0: => T0): T0
    定义类
    AnyRef
  28. 定义 toString(): 字符串
    定义类
    Throwable → AnyRef → Any
  29. 最终 定义 wait(arg0: 长整型, arg1: 整数): Unit
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException])
  30. 最终 定义 wait(arg0: 长整型): Unit
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. 最终 定义 wait(): Unit
    定义类
    AnyRef
    注解
    @throws(classOf[java.lang.InterruptedException])

已弃用的值成员

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

    (版本 9 起)

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

继承自 Exception

继承自 Throwable

继承自 Serializable

继承自 AnyRef

继承自 Any

未分组