public interface StatePersistor
| Modifier and Type | Method and Description |
|---|---|
void |
persistState(byte[] state)
Writes the serialized bytes of the state of the partition consuming process.
|
byte[] |
readState() |
@Nullable byte[] readState()
void persistState(byte[] state)
state - the bytes to persistCopyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.