yacy_search_server/source/de/anomic/data
orbiter c5122d6836 completed migration of BLOBTree to BLOBHeaps:
- removed migration code
- removed BLOBTree
after the removal of the BLOBTree, a lot of dead code appeared:
- removed dead code that was needed for BLOBTree
Some more classes may have not much use any more after the removal of BLOBTree, but still have some component that are needed elsewhere. Additional Refactoring steps are needed to clean up dependencies and then more code may appear that is unused and can be removed as well.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6150 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-06-28 21:02:56 +00:00
..
list *) Classes to handle import of lists (especially blacklists) from XML files, not used yet, but will be used soon. 2009-04-05 13:36:44 +00:00
wiki completed migration of BLOBTree to BLOBHeaps: 2009-06-28 21:02:56 +00:00
AbstractBlacklist.java *) added new method "contains()" to Blacklist interface 2009-04-18 16:27:17 +00:00
Blacklist.java *) added new method "contains()" to Blacklist interface 2009-04-18 16:27:17 +00:00
blogBoard.java completed migration of BLOBTree to BLOBHeaps: 2009-06-28 21:02:56 +00:00
blogBoardComments.java completed migration of BLOBTree to BLOBHeaps: 2009-06-28 21:02:56 +00:00
bookmarksDB.java completed migration of BLOBTree to BLOBHeaps: 2009-06-28 21:02:56 +00:00
DefaultBlacklist.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
diff.java more memory leak fixing hacks 2009-02-11 13:31:10 +00:00
listManager.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
messageBoard.java completed migration of BLOBTree to BLOBHeaps: 2009-06-28 21:02:56 +00:00
SitemapParser.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
translator.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
URLAnalysis.java - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 2009-06-07 21:48:01 +00:00
URLLicense.java small corrections to image loading methods in result presentation 2009-03-06 15:39:02 +00:00
userDB.java completed migration of BLOBTree to BLOBHeaps: 2009-06-28 21:02:56 +00:00