You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic/kelondro
orbiter fc27bf8c4c
refactoring of kelondro classes:
16 years ago
..
kelondroAbstractIOChunks.java - refactoring of data access methods to be prepared for new cell data structure 16 years ago
kelondroAbstractOrder.java added final where possible 17 years ago
kelondroAbstractRA.java refactoring of kelondro classes: 16 years ago
kelondroAbstractRecords.java better protection against database failures 16 years ago
kelondroArray.java
kelondroAttrSeq.java refactoring of kelondro classes: 16 years ago
kelondroBLOB.java preparations to integrate the new 'cell' index data structure 16 years ago
kelondroBLOBArray.java refactoring of kelondro classes: 16 years ago
kelondroBLOBCompressor.java preparations to integrate the new 'cell' index data structure 16 years ago
kelondroBLOBGap.java replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps 16 years ago
kelondroBLOBHeap.java more synchronized in BLOBHeap (will not fix problem with Runtime-Error as reported in forum) 16 years ago
kelondroBLOBHeapModifier.java refactoring of kelondro classes: 16 years ago
kelondroBLOBHeapReader.java refactoring of kelondro classes: 16 years ago
kelondroBLOBHeapWriter.java replaced the storing procedure for the index ram cache with a method that generates BLOBHeap-compatible dumps 16 years ago
kelondroBLOBTree.java preparations to integrate the new 'cell' index data structure 16 years ago
kelondroBase64Order.java refactoring of kelondro classes: 16 years ago
kelondroBinSearch.java added final where possible 17 years ago
kelondroBitfield.java more performance hacks 16 years ago
kelondroBufferedEcoFS.java removed distinction between DHT-in and DHT-out. This is necessary to make room for the new cell data structure, which cannot use this this distinction in the first place, but will enable the same meaning with different mechanisms (segments, later) 16 years ago
kelondroBufferedIOChunks.java - added a read cache to the RAFile interface to RandomAccessFile 16 years ago
kelondroBufferedRA.java refactoring of kelondro classes: 16 years ago
kelondroByteArray.java fix for NPE in BLOBCompressor 16 years ago
kelondroByteBuffer.java refactoring of kelondro classes: 16 years ago
kelondroByteOrder.java removed the permanent cache flush and replaced it with a periodic cache flush 16 years ago
kelondroBytesIntMap.java removed active profiling in kelondroRowSet 16 years ago
kelondroBytesLongMap.java removed active profiling in kelondroRowSet 16 years ago
kelondroCache.java refactoring of kelondro classes: 16 years ago
kelondroCachedFileRA.java fixed a cache-bug in cachedFileRA 16 years ago
kelondroCachedRecords.java refactoring of kelondro classes: 16 years ago
kelondroChannelRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 16 years ago
kelondroChunkIterator.java changed interface to colletctionIndex and adopted all implementing classes: 16 years ago
kelondroCloneableIterator.java
kelondroCloneableMapIterator.java added final where possible 17 years ago
kelondroCoding.java
kelondroCollectionIndex.java refactoring of kelondro classes: 16 years ago
kelondroColumn.java more performance hacks 16 years ago
kelondroDate.java refactoring of kelondro classes: 16 years ago
kelondroDigest.java - added fast fingerprint computation for files (any). Will be used in new index dump method 16 years ago
kelondroEcoFS.java refactoring of kelondro classes: 16 years ago
kelondroEcoTable.java refactoring of kelondro classes: 16 years ago
kelondroException.java added final where possible 17 years ago
kelondroFileRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 16 years ago
kelondroFixedWidthArray.java added final where possible 17 years ago
kelondroFlexTable.java refactoring of kelondro classes: 16 years ago
kelondroFlexWidthArray.java shifted index deletion-on-exit rule to the class where the errors are produced 17 years ago
kelondroFullRecords.java more performance hacks 16 years ago
kelondroHandle.java better protection against database failures 16 years ago
kelondroHashtable.java * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago
kelondroIOChunks.java - refactoring of data access methods to be prepared for new cell data structure 16 years ago
kelondroIndex.java removed active profiling in kelondroRowSet 16 years ago
kelondroIntBytesMap.java removed active profiling in kelondroRowSet 16 years ago
kelondroLock.java added final where possible 17 years ago
kelondroMHashMap.java * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago
kelondroMScoreCluster.java small fixes 17 years ago
kelondroMSetTools.java more performance hacks 16 years ago
kelondroMap.java refactoring of kelondro classes: 16 years ago
kelondroMapDataMining.java fix for bug in seed list management (cause was bad class overloading, only visual effects!) 17 years ago
kelondroMemory.java refactoring of kelondro classes: 16 years ago
kelondroMergeIterator.java preparations to integrate the new 'cell' index data structure 16 years ago
kelondroMicroDate.java added final where possible 17 years ago
kelondroNaturalOrder.java refactoring of kelondro classes: 16 years ago
kelondroNode.java performance hacks 16 years ago
kelondroObjectBuffer.java added final where possible 17 years ago
kelondroObjectSpace.java * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago
kelondroOrder.java
kelondroOutOfLimitsException.java added final where possible 17 years ago
kelondroRA.java fine-tuning of cache usage from SVN 5386 and a bug fix for overflow in available() method 16 years ago
kelondroRAIOChunks.java - added a read cache to the RAFile interface to RandomAccessFile 16 years ago
kelondroRAMIndex.java try to fix some performance problems with the internal index management: 16 years ago
kelondroRecords.java
kelondroRelations.java * refactoring 17 years ago
kelondroRotateIterator.java added final where possible 17 years ago
kelondroRow.java refactoring of kelondro classes: 16 years ago
kelondroRowCollection.java refactoring of kelondro classes: 16 years ago
kelondroRowSet.java refactoring of kelondro classes: 16 years ago
kelondroSQLTable.java removed active profiling in kelondroRowSet 16 years ago
kelondroSortStack.java * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago
kelondroSortStore.java added final where possible 17 years ago
kelondroSplitTable.java removed active profiling in kelondroRowSet 16 years ago
kelondroStack.java - fixed several bugs in database management functions 17 years ago
kelondroTree.java - set status of kelondroTree, kelondroBLOBTree and kelondroFlexTable to deprecated 16 years ago
kelondroXMLTables.java * removed some warnings of findbugs (http://findbugs.sf.net) 17 years ago