Skip to content

Commit

Permalink
[FLINK-22052][python] Add new state backends to PyFlink
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwiesman committed Mar 31, 2021
1 parent 0c7ab0b commit 96aa09c
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 19 deletions.
2 changes: 2 additions & 0 deletions flink-python/pyflink/datastream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
'SourceFunction',
'StateBackend',
'MapFunction',
'HashMapStateBackend',
'EmbeddedRocksDBStateBackend',
'MemoryStateBackend',
'FsStateBackend',
'RocksDBStateBackend',
Expand Down
Loading

0 comments on commit 96aa09c

Please sign in to comment.