Class OffsetManager.OffsetManagerKey
java.lang.Object
io.aiven.commons.kafka.connector.source.OffsetManager.OffsetManagerKey
- Enclosing class:
OffsetManager
The OffsetManager Key. Implements a segmented key. Key segments are presented in lexical order.
-
Constructor Summary
ConstructorsConstructorDescriptionOffsetManagerKey(Map<String, ?> map) Constructs the OffsetManagerKey from the provided map. -
Method Summary
-
Constructor Details
-
OffsetManagerKey
Constructs the OffsetManagerKey from the provided map.- Parameters:
map- the map to copy the key/value segments from.
-
-
Method Details