Class ChangelogDao

java.lang.Object
io.datarouter.storage.dao.BaseDao
io.datarouter.changelog.storage.ChangelogDao
All Implemented Interfaces:
io.datarouter.storage.dao.Dao

@Singleton
public class ChangelogDao
extends io.datarouter.storage.dao.BaseDao
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ChangelogDao.ChangelogDaoParams  
  • Constructor Summary

    Constructors 
    Constructor Description
    ChangelogDao​(io.datarouter.storage.Datarouter datarouter, ChangelogDao.ChangelogDaoParams params, io.datarouter.storage.node.factory.NodeFactory nodeFactory)  
  • Method Summary

    Modifier and Type Method Description
    void put​(Changelog databean)  
    io.datarouter.scanner.Scanner<Changelog> scan()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait