class StateStoreConf extends Serializable
A class that contains configuration parameters for StateStores.
- Alphabetic
- By Inheritance
- StateStoreConf
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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() @HotSpotIntrinsicCandidate()
-
val
compressionCodec: String
The compression codec used to compress delta and snapshot files.
-
val
confs: Map[String, String]
Additional configurations related to state store.
Additional configurations related to state store. This will capture all configs in SQLConf that start with
spark.sql.streaming.stateStore.and extraOptions for a specific operator. -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
formatValidationCheckValue: Boolean
Whether validate the value format when the format invalidation enabled.
-
val
formatValidationEnabled: Boolean
Whether validate the underlying format or not.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
maintenanceInterval: Long
The interval of maintenance tasks.
-
val
maxVersionsToRetainInMemory: Int
Maximum count of versions a State Store implementation should retain in memory
-
val
minDeltasForSnapshot: Int
Minimum number of delta files in a chain after which HDFSBackedStateStore will consider generating a snapshot.
-
val
minVersionsToRetain: Int
Minimum versions a State Store implementation should retain to allow rollbacks
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
providerClass: String
Optional fully qualified name of the subclass of StateStoreProvider managing state data.
Optional fully qualified name of the subclass of StateStoreProvider managing state data. That is, the implementation of the State Store to use.
-
val
stateSchemaCheckEnabled: Boolean
whether to validate state schema during query run.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated