Skip to content

Commit 94b9143

Browse files
Update documentation (#564)
Co-authored-by: daniil-quix <133032822+daniil-quix@users.noreply.github.com>
1 parent 777fc8e commit 94b9143

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/api-reference/quixstreams.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6497,7 +6497,7 @@ Each window store can be registered only once for each topic.
64976497
def clear_stores()
64986498
```
64996499

6500-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L180)
6500+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L183)
65016501

65026502
Delete all state stores managed by StateStoreManager.
65036503

@@ -6510,7 +6510,7 @@ def on_partition_assign(topic: str, partition: int,
65106510
committed_offset: int) -> List[StorePartition]
65116511
```
65126512

6513-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L195)
6513+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L198)
65146514

65156515
Assign store partitions for each registered store for the given `TopicPartition`
65166516

@@ -6534,7 +6534,7 @@ list of assigned `StorePartition`
65346534
def on_partition_revoke(topic: str, partition: int)
65356535
```
65366536

6537-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L221)
6537+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L224)
65386538

65396539
Revoke store partitions for each registered store for the given `TopicPartition`
65406540

@@ -6551,7 +6551,7 @@ Revoke store partitions for each registered store for the given `TopicPartition`
65516551
def init()
65526552
```
65536553

6554-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L234)
6554+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L237)
65556555

65566556
Initialize `StateStoreManager` and create a store directory
65576557

@@ -6564,7 +6564,7 @@ Initialize `StateStoreManager` and create a store directory
65646564
def close()
65656565
```
65666566

6567-
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L241)
6567+
[[VIEW SOURCE]](https://github.com/quixio/quix-streams/blob/main/quixstreams/state/manager.py#L244)
65686568

65696569
Close all registered stores
65706570

0 commit comments

Comments
 (0)