Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.37 KB

kafka-streams-GlobalStateManagerImpl.adoc

File metadata and controls

40 lines (26 loc) · 1.37 KB

GlobalStateManagerImpl

GlobalStateManagerImpl is a custom GlobalStateManager that…​FIXME

GlobalStateManagerImpl is created when…​FIXME

initialize Method

Set<String> initialize()
Note
initialize is part of GlobalStateManager Contract to…​FIXME.

initialize…​FIXME

checkpoint Method

void checkpoint(final Map<TopicPartition, Long> offsets)
Note
checkpoint is part of Checkpointable Contract to…​FIXME.

checkpoint…​FIXME

Creating GlobalStateManagerImpl Instance

GlobalStateManagerImpl takes the following when created:

GlobalStateManagerImpl initializes the internal registries and counters.