Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
AtomicLong |
cnt_dnsfailed |
AtomicLong |
cnt_finished |
AtomicLong |
cnt_iplocked |
AtomicLong |
cnt_ok |
AtomicLong |
cnt_oknew |
AtomicLong |
cnt_wwwfailed |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
T5(T0 t0,
MultiLock<DNSClient.DataBlock> lockedIPs,
BlockingArray<Server> resReady,
RequestQueue resolved,
BlockingArray<Server> finished,
PageRankWriter pgw,
int postProcessQueuesSize,
String index_dir,
long ippause,
int dnsretries,
int wwwretries,
int turnupwheel,
Subnet transmitterClient) |
Modifier and Type | Method and Description |
---|---|
double |
getCompleteTime() |
double |
getConnectionTime() |
int |
getDocumentParserLoad() |
double |
getHTMLParserTime() |
double |
getHTTPParserTime() |
double |
getInvertizeTime() |
int |
getLinksExtractorLoad() |
double |
getPushLinkTime() |
double |
getReadTime() |
double |
getWriteTime() |
boolean |
isBroken() |
void |
process(Response r)
Process the response (index, save or add linx to the system).
|
void |
run() |
void |
shutdown(int delay) |
void |
start() |
void |
switchOff()
This module will send all Servers to
T0.hybernate(org.egothor.robot.module.Server) or
T0.kick(org.egothor.robot.module.Server) and not to resReady, resolved
queues. |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
public AtomicLong cnt_finished
public AtomicLong cnt_iplocked
public AtomicLong cnt_ok
public AtomicLong cnt_oknew
public AtomicLong cnt_dnsfailed
public AtomicLong cnt_wwwfailed
public T5(T0 t0, MultiLock<DNSClient.DataBlock> lockedIPs, BlockingArray<Server> resReady, RequestQueue resolved, BlockingArray<Server> finished, PageRankWriter pgw, int postProcessQueuesSize, String index_dir, long ippause, int dnsretries, int wwwretries, int turnupwheel, Subnet transmitterClient)
public double getCompleteTime()
public double getConnectionTime()
public double getWriteTime()
public double getReadTime()
public double getHTTPParserTime()
public double getHTMLParserTime()
public double getInvertizeTime()
public int getDocumentParserLoad()
public double getPushLinkTime()
public int getLinksExtractorLoad()
public void switchOff()
T0.hybernate(org.egothor.robot.module.Server)
or
T0.kick(org.egothor.robot.module.Server)
and not to resReady, resolved
queues.public boolean isBroken()
public void shutdown(int delay)
public void process(Response r)
Copyright © 2016 Egothor. All Rights Reserved.