yacy_search_server/source/de/anomic/kelondro
orbiter c6880ce28b removed the permanent cache flush and replaced it with a periodic cache flush
The cache is now flushed only for one second every ten seconds. During a crawl the cache
fills up completely, and is only flushed if space is needed for more documents.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5446 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-01-06 13:51:59 +00:00
..
kelondroAbstractIOChunks.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroAbstractOrder.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroAbstractRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 2008-12-10 14:35:01 +00:00
kelondroAbstractRecords.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroArray.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
kelondroAttrSeq.java more performance hacks 2008-12-04 12:54:16 +00:00
kelondroBase64Order.java removed the permanent cache flush and replaced it with a periodic cache flush 2009-01-06 13:51:59 +00:00
kelondroBinSearch.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroBitfield.java more performance hacks 2008-12-04 12:54:16 +00:00
kelondroBLOB.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroBLOBArray.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroBLOBCompressor.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroBLOBGap.java replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps 2009-01-01 22:31:16 +00:00
kelondroBLOBHeap.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroBLOBHeapModifier.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroBLOBHeapReader.java replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps 2009-01-01 22:31:16 +00:00
kelondroBLOBHeapWriter.java replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps 2009-01-01 22:31:16 +00:00
kelondroBLOBTree.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroBufferedEcoFS.java shifted index deletion-on-exit rule to the class where the errors are produced 2008-09-12 11:51:48 +00:00
kelondroBufferedIOChunks.java - added a read cache to the RAFile interface to RandomAccessFile 2008-12-10 11:15:19 +00:00
kelondroBufferedRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 2008-12-10 14:35:01 +00:00
kelondroByteArray.java fix for NPE in BLOBCompressor 2008-12-11 13:33:24 +00:00
kelondroByteOrder.java removed the permanent cache flush and replaced it with a periodic cache flush 2009-01-06 13:51:59 +00:00
kelondroBytesIntMap.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroBytesLongMap.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroCache.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroCachedFileRA.java fixed a cache-bug in cachedFileRA 2009-01-06 10:51:56 +00:00
kelondroCachedRecords.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroChannelRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 2008-12-10 14:35:01 +00:00
kelondroChunkIterator.java changed interface to colletctionIndex and adopted all implementing classes: 2008-11-23 23:55:08 +00:00
kelondroCloneableIterator.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
kelondroCloneableMapIterator.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroCoding.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
kelondroCollectionIndex.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroColumn.java more performance hacks 2008-12-04 12:54:16 +00:00
kelondroDigest.java - added fast fingerprint computation for files (any). Will be used in new index dump method 2008-12-29 12:22:13 +00:00
kelondroEcoFS.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 2008-12-10 14:35:01 +00:00
kelondroEcoTable.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroException.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroFileRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 2008-12-10 14:35:01 +00:00
kelondroFixedWidthArray.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroFlexTable.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroFlexWidthArray.java shifted index deletion-on-exit rule to the class where the errors are produced 2008-09-12 11:51:48 +00:00
kelondroFullRecords.java more performance hacks 2008-12-04 12:54:16 +00:00
kelondroHandle.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
kelondroHashtable.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
kelondroIndex.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroIntBytesMap.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroIOChunks.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroLock.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroMap.java - added a read cache to the RAFile interface to RandomAccessFile 2008-12-10 11:15:19 +00:00
kelondroMapDataMining.java fix for bug in seed list management (cause was bad class overloading, only visual effects!) 2008-10-12 19:51:53 +00:00
kelondroMergeIterator.java - added and removed some debugging output 2008-09-18 14:12:15 +00:00
kelondroMHashMap.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
kelondroMicroDate.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroMScoreCluster.java small fixes 2008-09-15 15:11:59 +00:00
kelondroMSetTools.java more performance hacks 2008-12-04 12:54:16 +00:00
kelondroNaturalOrder.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroNode.java performance hacks 2008-12-03 15:38:29 +00:00
kelondroObjectBuffer.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroObjectSpace.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
kelondroOrder.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
kelondroOutOfLimitsException.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 2008-12-10 14:35:01 +00:00
kelondroRAIOChunks.java - added a read cache to the RAFile interface to RandomAccessFile 2008-12-10 11:15:19 +00:00
kelondroRAMIndex.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroRecords.java enhanced memory allocation during database access: 2007-08-03 11:44:58 +00:00
kelondroRelations.java * refactoring 2008-08-02 13:57:00 +00:00
kelondroRotateIterator.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroRow.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroRowCollection.java removed the permanent cache flush and replaced it with a periodic cache flush 2009-01-06 13:51:59 +00:00
kelondroRowSet.java - refactoring of data access methods to be prepared for new cell data structure 2009-01-06 09:38:08 +00:00
kelondroSortStack.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
kelondroSortStore.java added final where possible 2008-08-02 12:12:04 +00:00
kelondroSplitTable.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroSQLTable.java removed active profiling in kelondroRowSet 2009-01-02 12:33:06 +00:00
kelondroStack.java - fixed several bugs in database management functions 2008-10-03 18:57:02 +00:00
kelondroTree.java - set status of kelondroTree, kelondroBLOBTree and kelondroFlexTable to deprecated 2008-12-18 00:08:17 +00:00
kelondroXMLTables.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00