This class enables retrieving state.StateInformationInCheckpoint.StateInformation via reading checkpoint.
This class enables extracting state schema and its format version via analyzing the streaming query.
Data Source Provider for state store to enable read to/write from state.
An RDD that reads (key, value) pairs of state and provides rows having columns (key, value).
This class combines StateInformation and StateSchemaInfo to provide actual parameters needed for state store read.
This class enables extracting state schema and its format version via analyzing the streaming query. The query should have its state operators but it should exclude sink(s).
Note that it only returns which can be extracted by this class, so number of state in given query may not be same as returned number of schema information.