yacy_search_server/source/de/anomic/plasma
orbiter 69aac0d74c modified the diskUsage class regarding the following two aspects:
1. The usage and dependency of the plasmaSwitchboad was used many times in the past but this was
a bad mistake. The classes should be independent from the switchboard to support a better abstraction. Therefore the object was removed. The parameters from the switchboard are computed outside and then handed over.
2. the class is considered as a tightly connected to hardware resources. Classes which handle data that cannot be replicated because it would need to replicate hadware should not support dynamic object allocation, but should be coded as collection of private static methods. Therefore all class objects had been transformed into static private objects.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4961 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-06-30 21:47:53 +00:00
..
cache - organize imports 2008-06-06 16:01:27 +00:00
parser - organize imports 2008-06-06 16:01:27 +00:00
plasmaCondenser.java some code-cleanup and possible speed enhancements in different core methods 2008-06-17 23:56:39 +00:00
plasmaDbImporter.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaDHTChunk.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaDHTFlush.java - fixed at least two causes for a NPE after a use case switch. 2008-06-04 21:34:57 +00:00
plasmaDHTTransfer.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaGrafics.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaHTCache.java - WatchCrawler shows status without JavaScript 2008-06-14 10:24:58 +00:00
plasmaParser.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaParserConfig.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaParserDocument.java - fixed a bug in parser (directory paths had not been recognized) 2008-06-11 09:54:58 +00:00
plasmaProfiling.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaRankingCRProcess.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaRankingDistribution.java major step forward to network switching (target is easy switch to intranet or other networks .. and back) 2008-05-05 23:13:47 +00:00
plasmaRankingRCIEvaluation.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaSearchAPI.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaSearchEvent.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaSearchImages.java added new default profiles to distinguish snippet fetch for local and global search 2008-04-24 08:42:08 +00:00
plasmaSearchQuery.java more access security regarding database access and snippet retrieval: restrict number of results for not-authorized searchers 2008-05-23 09:45:33 +00:00
plasmaSearchRankingProcess.java more access security regarding database access and snippet retrieval: restrict number of results for not-authorized searchers 2008-05-23 09:45:33 +00:00
plasmaSearchRankingProfile.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaSnippetCache.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaStore.java replaced httpc with Apache Jakarta Commons HttpClient (includes some refactoring ;) 2008-04-05 13:17:16 +00:00
plasmaSwitchboard.java modified the diskUsage class regarding the following two aspects: 2008-06-30 21:47:53 +00:00
plasmaWebStructure.java - organize imports 2008-06-06 16:01:27 +00:00
plasmaWordIndex.java some code-cleanup and possible speed enhancements in different core methods 2008-06-17 23:56:39 +00:00