Package org.apache.druid.data.input
Interface Committer
- All Superinterfaces:
Runnable
Committer includes a Runnable and a Jackson-serialized metadata object containing the offset
-
Method Summary
-
Method Details
-
getMetadata
- Returns:
- A json serialized representation of commit metadata, which needs to be serialized and deserialized by Jackson. Commit metadata can be a complex type, but we recommend keeping it to List/Map/"Primitive JSON" types
-