类 ConcurrentDeleteReadException 继承 org.apache.spark.sql.delta.ConcurrentDeleteReadException 和 DeltaThrowable
:: 演进中 :
当当前事务读取被并发事务删除的数据时抛出。
- 注解
- @Evolving()
- 自
1.0.0
线性超类型
排序
- 按字母顺序
- 按继承顺序
继承
- ConcurrentDeleteReadException
- DeltaThrowable
- DeltaThrowableConditionShim
- SparkThrowable
- ConcurrentDeleteReadException
- DeltaConcurrentModificationException
- DeltaConcurrentModificationException
- ConcurrentModificationException
- RuntimeException
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- 隐藏所有
- 显示所有
可见性
- 公共
- 受保护的
实例构造函数
值成员
- final def !=(arg0: Any): Boolean
- 定义类
- AnyRef → Any
- final def ##: Int
- 定义类
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- 定义类
- AnyRef → Any
- final def addSuppressed(arg0: Throwable): Unit
- 定义类
- Throwable
- final def asInstanceOf[T0]: T0
- 定义类
- Any
- def clone(): AnyRef
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def conflictType: String
- 定义类
- DeltaConcurrentModificationException
- final def eq(arg0: AnyRef): Boolean
- 定义类
- AnyRef
- def equals(arg0: AnyRef): Boolean
- 定义类
- AnyRef → Any
- def fillInStackTrace(): Throwable
- 定义类
- Throwable
- def getCause(): Throwable
- 定义类
- Throwable
- final def getClass(): Class[_ <: AnyRef]
- 定义类
- AnyRef → Any
- 注解
- @IntrinsicCandidate() @native()
- def getCondition(): String
- 定义类
- DeltaThrowableConditionShim → SparkThrowable
- def getErrorClass(): String
- 定义类
- ConcurrentDeleteReadException → DeltaThrowableConditionShim → SparkThrowable
- def getLocalizedMessage(): String
- 定义类
- Throwable
- def getMessage(): String
- 定义类
- ConcurrentDeleteReadException → Throwable
- def getMessageParameters(): Map[String, String]
- 定义类
- SparkThrowable
- def getQueryContext(): Array[QueryContext]
- 定义类
- SparkThrowable
- def getSqlState(): String
- 定义类
- DeltaThrowable → SparkThrowable
- def getStackTrace(): Array[StackTraceElement]
- 定义类
- Throwable
- final def getSuppressed(): Array[Throwable]
- 定义类
- Throwable
- def hashCode(): Int
- 定义类
- AnyRef → Any
- 注解
- @IntrinsicCandidate() @native()
- def initCause(arg0: Throwable): Throwable
- 定义类
- Throwable
- final def isInstanceOf[T0]: Boolean
- 定义类
- Any
- def isInternalError(): Boolean
- 定义类
- DeltaThrowable → SparkThrowable
- final def ne(arg0: AnyRef): Boolean
- 定义类
- AnyRef
- final def notify(): Unit
- 定义类
- AnyRef
- 注解
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- 定义类
- AnyRef
- 注解
- @IntrinsicCandidate() @native()
- def printStackTrace(arg0: PrintWriter): Unit
- 定义类
- Throwable
- def printStackTrace(arg0: PrintStream): Unit
- 定义类
- Throwable
- def printStackTrace(): Unit
- 定义类
- Throwable
- def setStackTrace(arg0: Array[StackTraceElement]): Unit
- 定义类
- Throwable
- final def synchronized[T0](arg0: => T0): T0
- 定义类
- AnyRef
- def toString(): String
- 定义类
- Throwable → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.InterruptedException])
已弃用的值成员
- def finalize(): Unit
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws(classOf[java.lang.Throwable]) @Deprecated
- 已弃用
(版本 9 起)