Uses of Class
io.datarouter.changelog.storage.ChangelogKey
| Package | Description |
|---|---|
| io.datarouter.changelog.storage |
-
Uses of ChangelogKey in io.datarouter.changelog.storage
Methods in io.datarouter.changelog.storage that return types with arguments of type ChangelogKey Modifier and Type Method Description java.lang.Class<ChangelogKey>Changelog. getKeyClass()Methods in io.datarouter.changelog.storage with parameters of type ChangelogKey Modifier and Type Method Description java.util.Optional<Changelog>ChangelogDao. find(ChangelogKey key)ChangelogChangelogDao. get(ChangelogKey key)Method parameters in io.datarouter.changelog.storage with type arguments of type ChangelogKey Modifier and Type Method Description io.datarouter.scanner.Scanner<Changelog>ChangelogDao. scan(io.datarouter.util.tuple.Range<ChangelogKey> range)