Package | Description |
---|---|
com.endeca.itl.web.auth | |
org.apache.hadoop.conf |
Configuration of system parameters.
|
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
org.apache.hadoop.util |
Common utilities.
|
org.apache.nutch.crawl |
Crawl control code.
|
org.apache.nutch.fetcher |
The Nutch robot.
|
org.apache.nutch.metadata |
A Multi-valued Metadata container, and set
of constant fields for Nutch Metadata.
|
org.apache.nutch.net | |
org.apache.nutch.parse | |
org.apache.nutch.plugin |
The Nutch
Plugin System. |
org.apache.nutch.protocol | |
org.apache.nutch.util | |
org.apache.nutch.util.mime |
Constructor and Description |
---|
AuthenticatorManager(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configured.getConf() |
Configuration |
Configurable.getConf()
Return the configuration used by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
Configured.setConf(Configuration conf) |
void |
Configurable.setConf(Configuration conf)
Set the configuration to be used by this object.
|
Constructor and Description |
---|
Configuration(Configuration other)
A new configuration with the same settings cloned from another.
|
Configured(Configuration conf)
Construct a Configured.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
ObjectWritable.getConf() |
Modifier and Type | Method and Description |
---|---|
static Class |
WritableName.getClass(String name,
Configuration conf)
Return the class for a name.
|
static Writable |
WritableFactories.newInstance(Class c,
Configuration conf)
Create a new instance of a class with a defined factory.
|
static Object |
ObjectWritable.readObject(DataInput in,
Configuration conf)
|
static Object |
ObjectWritable.readObject(DataInput in,
ObjectWritable objectWritable,
Configuration conf)
|
void |
ObjectWritable.setConf(Configuration conf) |
static void |
ObjectWritable.writeObject(DataOutput out,
Object instance,
Class declaredClass,
Configuration conf)
|
Modifier and Type | Method and Description |
---|---|
static Object |
ReflectionUtils.newInstance(Class theClass,
Configuration conf)
Create an object for the given class and initialize it from conf
|
static void |
ReflectionUtils.setConf(Object theObject,
Configuration conf)
Check and set 'configuration' if necessary.
|
Modifier and Type | Field and Description |
---|---|
protected Configuration |
Signature.conf |
Modifier and Type | Method and Description |
---|---|
Configuration |
Signature.getConf() |
Modifier and Type | Method and Description |
---|---|
static Signature |
SignatureFactory.getSignature(Configuration conf)
Return the default Signature implementation.
|
void |
Signature.setConf(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Configuration |
FetcherOutput.getConf() |
Modifier and Type | Method and Description |
---|---|
void |
FetcherOutput.setConf(Configuration conf) |
Constructor and Description |
---|
MetaWrapper(Metadata metadata,
Object object,
Configuration conf) |
MetaWrapper(Object object,
Configuration conf) |
Constructor and Description |
---|
URLFilterChecker(Configuration conf) |
URLFilters(Configuration conf) |
URLNormalizers(Configuration conf,
String scope) |
URLScopeFilter(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ParseImpl.getConf() |
Configuration |
ParseData.getConf() |
Modifier and Type | Method and Description |
---|---|
Parse |
ParseStatus.getEmptyParse(Configuration conf)
A convenience method.
|
static Outlink[] |
OutlinkExtractor.getOutlinks(String plainText,
Configuration conf)
Extracts
Outlink from given plain text. |
static Outlink[] |
OutlinkExtractor.getOutlinks(String plainText,
String anchor,
Configuration conf)
Extracts
Outlink from given plain text and adds anchor
to the extracted Outlink s |
static ParseImpl |
ParseImpl.read(DataInput in,
Configuration conf) |
void |
ParseImpl.setConf(Configuration conf) |
void |
ParseData.setConf(Configuration conf) |
Constructor and Description |
---|
HtmlParseFilters(Configuration conf)
Deprecated.
|
Outlink(String toUrl,
String anchor,
Configuration conf)
An outlink with a normalized URL.
|
Outlink(String toUrl,
String anchor,
Configuration conf,
boolean normalize)
An outlink.
|
ParseFilters(Configuration conf) |
ParserFactory(Configuration conf) |
ParseUtil(Configuration conf) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
Plugin.conf |
Modifier and Type | Method and Description |
---|---|
static PluginRepository |
PluginRepository.get(Configuration conf) |
Constructor and Description |
---|
Extension(PluginDescriptor pDescriptor,
String pExtensionPoint,
String pId,
String pExtensionClass,
Configuration conf,
PluginRepository pluginRepository) |
Plugin(PluginDescriptor pDescriptor,
Configuration conf)
Constructor
|
PluginDescriptor(String pId,
String pVersion,
String pName,
String pProviderName,
String pPluginclazz,
String pPath,
Configuration conf)
Constructor
|
PluginManifestParser(Configuration conf,
PluginRepository pluginRepository) |
PluginRepository(Configuration conf) |
Constructor and Description |
---|
Content(String url,
String base,
byte[] content,
String contentType,
Metadata metadata,
Configuration conf) |
ProtocolFactory(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static Configuration |
NutchConfiguration.addNutchResources(Configuration conf)
Add the standard Nutch resources to
Configuration . |
static Configuration |
NutchConfiguration.create(File f) |
static Configuration |
NutchConfiguration.create(List<File> confDirs)
Creates a configuration based on a list of directories.
|
static Configuration |
NutchConfiguration.createMerged(List<File> finalFiles)
Creates a configuration based on a list of files/directories that are passed in.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
NutchConfiguration.addNutchResources(Configuration conf)
Add the standard Nutch resources to
Configuration . |
Modifier and Type | Method and Description |
---|---|
static MimeTypes |
MimeTypes.get(String filepath,
Configuration conf)
Return a MimeTypes instance.
|
static MimeTypes |
MimeTypes.get(String filepath,
org.apache.commons.logging.Log logger,
Configuration conf)
Return a MimeTypes instance.
|
Copyright © 2007, 2017, Oracle and/or its affiliates. All rights reserved.