package metadata
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class StateMetadataInputPartition(checkpointLocation: String) extends InputPartition with Product with Serializable
- class StateMetadataPartitionReader extends PartitionReader[InternalRow] with Logging
- case class StateMetadataPartitionReaderFactory(hadoopConf: SerializableConfiguration, batchId: Long) extends PartitionReaderFactory with Product with Serializable
- class StateMetadataScan extends Scan
- class StateMetadataSource extends TableProvider with DataSourceRegister
- class StateMetadataTable extends Table with SupportsRead with SupportsMetadataColumns
- case class StateMetadataTableEntry(operatorId: Long, operatorName: String, stateStoreName: String, numPartitions: Int, minBatchId: Long, maxBatchId: Long, version: Int, operatorPropertiesJson: String, numColsPrefixKey: Int, stateSchemaFilePaths: List[String]) extends Product with Serializable
Value Members
- object StateMetadataTableEntry extends Serializable