Package org.apache.tika.eval.app.db
Class MimeBuffer
- java.lang.Object
- 
- org.apache.tika.eval.app.db.MimeBuffer
 
- 
 public class MimeBuffer extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MimeBuffer(Connection connection, TableInfo mimeTable, TikaConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intgetId(String key)intgetNumWrites()voidwrite(int id, String value)
 
- 
- 
- 
Constructor Detail- 
MimeBufferpublic MimeBuffer(Connection connection, TableInfo mimeTable, TikaConfig config) throws SQLException - Throws:
- SQLException
 
 
- 
 - 
Method Detail- 
writepublic void write(int id, String value) throws RuntimeException- Throws:
- RuntimeException
 
 - 
closepublic void close() throws SQLException- Throws:
- SQLException
 
 - 
getIdpublic int getId(String key) 
 - 
getNumWritespublic int getNumWrites() 
 
- 
 
-