yacy_search_server/source/net/yacy/kelondro/io
Michael Peter Christen 56710ecb26 prevent opening of new files as that could be a cause for the latest
too-many-open-files exception. The old file is just truncated if the
table is cleaned.
2014-03-28 14:31:43 +01:00
..
AbstractReader.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
AbstractWriter.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
BufferedRecords.java prevent opening of new files as that could be a cause for the latest 2014-03-28 14:31:43 +01:00
ByteCount.java
ByteCountInputStream.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
ByteCountOutputStream.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
CachedFileReader.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
CachedFileWriter.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
CachedRecords.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
CharBuffer.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
RandomAccessIO.java made class methods static where possible 2012-07-05 12:38:41 +02:00
Reader.java
Records.java prevent opening of new files as that could be a cause for the latest 2014-03-28 14:31:43 +01:00
Writer.java