object StateStoreErrors
Object for grouping error messages from (most) exceptions thrown from State API V2
ERROR_CLASS has a prefix of "STATE_STORE_" to indicate where the error is from
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StateStoreErrors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 cannotCreateColumnFamilyWithReservedChars(colFamilyName: String): StateStoreCannotCreateColumnFamilyWithReservedChars
- def cannotPerformOperationWithInvalidHandleState(operationType: String, handleState: String): StatefulProcessorCannotPerformOperationWithInvalidHandleState
- def cannotPerformOperationWithInvalidTimeMode(operationType: String, timeMode: String): StatefulProcessorCannotPerformOperationWithInvalidTimeMode
- def cannotProvideTTLConfigForTimeMode(stateName: String, timeMode: String): StatefulProcessorCannotAssignTTLInTimeMode
- def cannotUseColumnFamilyWithInvalidName(operationName: String, colFamilyName: String): StateStoreCannotUseColumnFamilyWithInvalidName
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def duplicateStateVariableDefined(stateName: String): StateStoreDuplicateStateVariableDefined
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def implicitKeyNotFound(stateName: String): SparkException
- def incorrectNumOrderingColsForPrefixScan(numPrefixCols: String): StateStoreIncorrectNumOrderingColsForPrefixScan
- def incorrectNumOrderingColsForRangeScan(numOrderingCols: String): StateStoreIncorrectNumOrderingColsForRangeScan
- def invalidConfigChangedAfterRestart(configName: String, oldConfig: String, newConfig: String): StateStoreInvalidConfigAfterRestart
- def invalidVariableTypeChange(stateName: String, oldType: String, newType: String): StateStoreInvalidVariableTypeChange
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyRowFormatValidationFailure(errorMsg: String): StateStoreKeyRowFormatValidationFailure
- def missingTimeValues(timeMode: String): SparkException
- def multipleColumnFamiliesNotSupported(stateStoreProvider: String): StateStoreMultipleColumnFamiliesNotSupportedException
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def nullTypeOrderingColsNotSupported(fieldName: String, index: String): StateStoreNullTypeOrderingColsNotSupported
- def removingColumnFamiliesNotSupported(stateStoreProvider: String): StateStoreRemovingColumnFamiliesNotSupportedException
- def requireNonEmptyListStateValue[S](value: Array[S], stateName: String): Unit
- def requireNonNullStateValue(value: Any, stateName: String): Unit
- def stateStoreColumnFamilyMismatch(columnFamilyName: String, oldColumnFamilySchema: String, newColumnFamilySchema: String): StateStoreColumnFamilyMismatch
- def stateStoreInvalidValueSchemaEvolution(oldValueSchema: String, newValueSchema: String): StateStoreInvalidValueSchemaEvolution
- def stateStoreKeySchemaNotCompatible(storedKeySchema: String, newKeySchema: String): StateStoreKeySchemaNotCompatible
- def stateStoreOperationOutOfOrder(errorMsg: String): StateStoreOperationOutOfOrder
- def stateStoreProviderDoesNotSupportFineGrainedReplay(inputClass: String): StateStoreProviderDoesNotSupportFineGrainedReplay
- def stateStoreSnapshotFileNotFound(fileToRead: String, clazz: String): StateStoreSnapshotFileNotFound
- def stateStoreSnapshotPartitionNotFound(snapshotPartitionId: Long, operatorId: Int, checkpointLocation: String): StateStoreSnapshotPartitionNotFound
- def stateStoreValueSchemaEvolutionThresholdExceeded(numSchemaEvolutions: Int, maxSchemaEvolutions: Int, colFamilyName: String): StateStoreValueSchemaEvolutionThresholdExceeded
- def stateStoreValueSchemaNotCompatible(storedValueSchema: String, newValueSchema: String): StateStoreValueSchemaNotCompatible
- def streamingStateSchemaFilesThresholdExceeded(numSchemaFiles: Int, schemaFilesThreshold: Int, addedColFamilies: List[String], removedColFamilies: List[String]): StateStoreStateSchemaFilesThresholdExceeded
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def ttlMustBePositive(operationType: String, stateName: String): StatefulProcessorTTLMustBePositive
- def twsSchemaMustBeNullable(columnFamilyName: String, schema: String): TWSSchemaMustBeNullable
- def unsupportedOperationException(operationName: String, entity: String): StateStoreUnsupportedOperationException
- def unsupportedOperationOnMissingColumnFamily(operationName: String, colFamilyName: String): StateStoreUnsupportedOperationOnMissingColumnFamily
- def valueRowFormatValidationFailure(errorMsg: String): StateStoreValueRowFormatValidationFailure
- def variableSizeOrderingColsNotSupported(fieldName: String, index: String): StateStoreVariableSizeOrderingColsNotSupported
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)