Package org.citydb.citygml.common.cache
Interface IdCachingModel
-
- All Known Implementing Classes:
GeometryGmlIdCache
,GeometryGmlIdCache
,ObjectGmlIdCache
,ObjectGmlIdCache
,TextureImageCache
public interface IdCachingModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
drainToDB(java.util.concurrent.ConcurrentHashMap<java.lang.String,IdCacheEntry> map, int drain)
java.lang.String
getType()
IdCacheEntry
lookupDB(java.lang.String key)
-
-
-
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()
-
-