yacy_search_server/source/net/yacy/kelondro/index
Michael Peter Christen 5878c1d599 - refactoring of log to ConcurrentLog:
jdk-based logger tend to block
at java.util.logging.Logger.log(Logger.java:476) in concurrent
environments. This makes logging a main performance issue. To overcome
this problem, this is a add-on to jdk logging to put log entries on a
concurrent message queue and log the messages one by one using a
separate process.
- FTPClient uses the concurrent logging instead of the log4j logger
2013-07-09 14:28:25 +02:00
..
BinSearch.java refactoring 2012-09-21 16:46:57 +02:00
BufferedObjectIndex.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Cache.java - added another enumeration method in kelondro data structure to get a 2012-11-23 13:58:39 +01:00
Column.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
Index.java - added another enumeration method in kelondro data structure to get a 2012-11-23 13:58:39 +01:00
IndexTest.java refactoring 2012-09-21 16:46:57 +02:00
RAMIndex.java - added another enumeration method in kelondro data structure to get a 2012-11-23 13:58:39 +01:00
RAMIndexCluster.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Row.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
RowCollection.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
RowHandleMap.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
RowHandleSet.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
RowSet.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00