Interface IdCachingModel

    • Method Detail

      • drainToDB

        void drainToDB​(java.util.concurrent.ConcurrentHashMap<java.lang.String,​IdCacheEntry> map,
                       int drain)
                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • lookupDB

        IdCacheEntry lookupDB​(java.lang.String key)
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • close

        void close()
            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getType

        java.lang.String getType()