Package org.apache.nutch.net
Class URLFilterChecker
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.nutch.util.AbstractChecker
org.apache.nutch.net.URLFilterChecker
- All Implemented Interfaces:
Configurable,Tool
Checks one given filter or all filters.
- Author:
- John Xing
-
Field Summary
Fields inherited from class org.apache.nutch.util.AbstractChecker
keepClientCnxOpen, stdin, tcpPort, usage -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.nutch.util.AbstractChecker
getProtocolOutput, parseArgs, processSingle, processStdin, processTCP, runMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Constructor Details
-
URLFilterChecker
public URLFilterChecker()
-
-
Method Details
-
run
- Throws:
Exception
-
process
- Specified by:
processin classAbstractChecker- Throws:
Exception
-
main
- Throws:
Exception
-