Java Doc for LogParserPLASMA.java in  » Search-Engine » yacy » de » anomic » server » logging » logParsers » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Search Engine » yacy » de.anomic.server.logging.logParsers 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.anomic.server.logging.logParsers.LogParserPLASMA

LogParserPLASMA
public class LogParserPLASMA implements LogParser(Code)


Field Summary
final public static  StringDHT_DISTANCE_AVERAGE
    
final public static  StringDHT_DISTANCE_MAX
    
final public static  StringDHT_DISTANCE_MIN
    
final public static  StringDHT_REJECTED
     the amount of rejected DHT transfers from other peers (i.e.
final public static  StringDHT_REJECTED_PEERS_HASH
    
final public static  StringDHT_REJECTED_PEERS_NAME
    
final public static  StringDHT_SELECTED
    
final public static  StringDHT_SENT_FAILED
     how many times the index distribution failed (i.e.
final public static  StringDHT_SENT_PEERS_HASH
    
final public static  StringDHT_SENT_PEERS_NAME
    
final public static  StringDHT_TRAFFIC_SENT
    
final public static  StringDHT_URLS_SENT
    
final public static  StringDHT_WORDS_SELECTED
    
final public static  StringDHT_WORDS_SELECTED_TIME
    
final public static  StringERROR_CHILD_TWICE_LEFT
    
final public static  StringERROR_CHILD_TWICE_RIGHT
    
final public static  StringERROR_MALFORMED_URL
    
final public static  StringINDEXED_ANCHORS
    
final public static  StringINDEXED_INDEX_TIME
    
final public static  StringINDEXED_PARSE_TIME
    
final public static  StringINDEXED_SITES
    
final public static  StringINDEXED_SITES_SIZE
    
final public static  StringINDEXED_STACK_TIME
    
final public static  StringINDEXED_STORE_TIME
    
final public static  StringINDEXED_WORDS
    
final public static  StringPARSER_VERSION
    
final public static  StringPEERS_BUSY
    
final public static  StringPEERS_TOO_LESS
    
final public static  StringRANKING_DIST
    
final public static  StringRANKING_DIST_FAILED
    
final public static  StringRANKING_DIST_TIME
    
final public static  StringRWIS_BLOCKED
    
final public static  StringRWIS_RECEIVED
    
final public static  StringRWIS_RECEIVED_TIME
    
final public static  StringTOTAL_PARSER_RUNS
    
final public static  StringTOTAL_PARSER_TIME
    
final public static  StringURLS_BLOCKED
    
final public static  StringURLS_RECEIVED
    
final public static  StringURLS_RECEIVED_TIME
    
final public static  StringURLS_REQUESTED
    
final public static  StringWORDS_RECEIVED
    


Method Summary
public  StringgetParserType()
    
public  doublegetParserVersion()
    
public  Hashtable<String, Object>getResults()
    
public  intparse(String logLevel, String logLine)
    
public  voidprintResults()
    

Field Detail
DHT_DISTANCE_AVERAGE
final public static String DHT_DISTANCE_AVERAGE(Code)
the average DHT distance during peer-selection for index distribution - Double



DHT_DISTANCE_MAX
final public static String DHT_DISTANCE_MAX(Code)
the maximal DHT distance during peer-selection for index distribution - Double



DHT_DISTANCE_MIN
final public static String DHT_DISTANCE_MIN(Code)
the minimal DHT distance during peer-selection for index distribution - Double



DHT_REJECTED
final public static String DHT_REJECTED(Code)
the amount of rejected DHT transfers from other peers (i.e. because this peer was busy) - Integer



DHT_REJECTED_PEERS_HASH
final public static String DHT_REJECTED_PEERS_HASH(Code)
the peer-hashes from whose DHT transfers were rejected - HasSet



DHT_REJECTED_PEERS_NAME
final public static String DHT_REJECTED_PEERS_NAME(Code)
the peer-names from whose DHT transfers were rejected - HasSet



DHT_SELECTED
final public static String DHT_SELECTED(Code)
total amount of selected peers for index distribution - Integer



DHT_SENT_FAILED
final public static String DHT_SENT_FAILED(Code)
how many times the index distribution failed (i.e. due to time-out or other reasons) - Integer



DHT_SENT_PEERS_HASH
final public static String DHT_SENT_PEERS_HASH(Code)
the peer-hashes this peer sent DHT chunks to - HasSet



DHT_SENT_PEERS_NAME
final public static String DHT_SENT_PEERS_NAME(Code)
the peer-names this peer sent DHT chunks to - HasSet



DHT_TRAFFIC_SENT
final public static String DHT_TRAFFIC_SENT(Code)
the traffic sent during DHT in bytes - Long



DHT_URLS_SENT
final public static String DHT_URLS_SENT(Code)
the amount of URLs requested by other peers and sent by this one - Integer



DHT_WORDS_SELECTED
final public static String DHT_WORDS_SELECTED(Code)
total amount of words selected for index distribution - Integer



DHT_WORDS_SELECTED_TIME
final public static String DHT_WORDS_SELECTED_TIME(Code)
total time selecting words for index distribution - Integer



ERROR_CHILD_TWICE_LEFT
final public static String ERROR_CHILD_TWICE_LEFT(Code)
how many times the error "tried to create left child-node twice" occured - Integer



ERROR_CHILD_TWICE_RIGHT
final public static String ERROR_CHILD_TWICE_RIGHT(Code)
how many times the error "tried to create right child-node twice" occured - Integer



ERROR_MALFORMED_URL
final public static String ERROR_MALFORMED_URL(Code)
how many times the error "Malformed URL" occured - Integer



INDEXED_ANCHORS
final public static String INDEXED_ANCHORS(Code)
total amount of indexed anchors - Integer



INDEXED_INDEX_TIME
final public static String INDEXED_INDEX_TIME(Code)
total time needed for the actual indexing during indexing - Integer



INDEXED_PARSE_TIME
final public static String INDEXED_PARSE_TIME(Code)
total time needed for parsing during indexing - Integer



INDEXED_SITES
final public static String INDEXED_SITES(Code)
the amount of indexed sites - Integer



INDEXED_SITES_SIZE
final public static String INDEXED_SITES_SIZE(Code)
total size of all indexed sites - Integer



INDEXED_STACK_TIME
final public static String INDEXED_STACK_TIME(Code)
total time needed for stacking the site of an indexing - Integer



INDEXED_STORE_TIME
final public static String INDEXED_STORE_TIME(Code)
total time needed for storing the results of an indexing - Integer



INDEXED_WORDS
final public static String INDEXED_WORDS(Code)
total amount of indexed words - Integer



PARSER_VERSION
final public static String PARSER_VERSION(Code)
the version of the LogParser - Double



PEERS_BUSY
final public static String PEERS_BUSY(Code)
how many times remote peers were too busy to accept the index transfer - Integer



PEERS_TOO_LESS
final public static String PEERS_TOO_LESS(Code)
how many times not enough peers for index distribution were found - Integer



RANKING_DIST
final public static String RANKING_DIST(Code)
how many ranking distributions were executed successfully - Integer



RANKING_DIST_FAILED
final public static String RANKING_DIST_FAILED(Code)
how many ranking distributions failed - Integer



RANKING_DIST_TIME
final public static String RANKING_DIST_TIME(Code)
total time the ranking distributions took - Integer



RWIS_BLOCKED
final public static String RWIS_BLOCKED(Code)
the amount of RWIs blocked during DHT because their entries match the peer's blacklist - Integer



RWIS_RECEIVED
final public static String RWIS_RECEIVED(Code)
the amount of RWIs received during DHT - Integer



RWIS_RECEIVED_TIME
final public static String RWIS_RECEIVED_TIME(Code)
total time receiving RWIs during DHT in milli seconds - Long



TOTAL_PARSER_RUNS
final public static String TOTAL_PARSER_RUNS(Code)
times the parser was called, respectively amount of independant log-lines



TOTAL_PARSER_TIME
final public static String TOTAL_PARSER_TIME(Code)
accumulated time needed to parse the log entries up to now (in ms)



URLS_BLOCKED
final public static String URLS_BLOCKED(Code)
the amount of URLs blocked during DHT because they match the peer's blacklist - Integer



URLS_RECEIVED
final public static String URLS_RECEIVED(Code)
the amount of URLs received during DHT - Integer



URLS_RECEIVED_TIME
final public static String URLS_RECEIVED_TIME(Code)
total time receiving URLs during DHT in milli seconds - Long



URLS_REQUESTED
final public static String URLS_REQUESTED(Code)
the amount of URLs requested during DHT - Integer



WORDS_RECEIVED
final public static String WORDS_RECEIVED(Code)
the amount of words received during DHT - Integer





Method Detail
getParserType
public String getParserType()(Code)



getParserVersion
public double getParserVersion()(Code)



getResults
public Hashtable<String, Object> getResults()(Code)



parse
public int parse(String logLevel, String logLine)(Code)



printResults
public void printResults()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.