Uses of Interface
org.apache.hadoop.conf.Configurable

Packages that use Configurable
com.endeca.itl.web.auth   
com.endeca.itl.web.process   
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.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.protocol   
 

Uses of Configurable in com.endeca.itl.web.auth
 

Subinterfaces of Configurable in com.endeca.itl.web.auth
 interface Authenticator
           
 

Uses of Configurable in com.endeca.itl.web.process
 

Subinterfaces of Configurable in com.endeca.itl.web.process
 interface EndecaRecordGenerator
           
 interface EndecaRecordOutputter
           
 

Uses of Configurable in org.apache.hadoop.conf
 

Classes in org.apache.hadoop.conf that implement Configurable
 class Configured
          Base class for things that may be configured with a Configuration.
 

Uses of Configurable in org.apache.hadoop.io
 

Classes in org.apache.hadoop.io that implement Configurable
 class ObjectWritable
          A polymorphic Writable that writes an instance with it's class name.
 

Uses of Configurable in org.apache.nutch.crawl
 

Classes in org.apache.nutch.crawl that implement Configurable
 class MD5Signature
          Default implementation of a page signature.
 class Signature
           
 class TextProfileSignature
          An implementation of a page signature.
 

Uses of Configurable in org.apache.nutch.fetcher
 

Classes in org.apache.nutch.fetcher that implement Configurable
 class FetcherOutput
           
 

Uses of Configurable in org.apache.nutch.metadata
 

Classes in org.apache.nutch.metadata that implement Configurable
 class MetaWrapper
          This is a simple decorator that adds metadata to any Object-s that can be serialized by ObjectWritable.
 

Uses of Configurable in org.apache.nutch.net
 

Subinterfaces of Configurable in org.apache.nutch.net
 interface URLFilter
          Interface used to limit which URLs enter Nutch.
 interface URLNormalizer
          Interface used to convert URLs to normal form and optionally perform substitutions
 

Uses of Configurable in org.apache.nutch.parse
 

Subinterfaces of Configurable in org.apache.nutch.parse
 interface HtmlParseFilter
          Deprecated. Extension point for DOM-based HTML parsers. Permits one to add additional metadata to HTML parses. All plugins found which implement this extension point are run sequentially on the parse.
 interface ParseFilter
           
 interface Parser
          A parser for content generated by a Protocol implementation.
 

Classes in org.apache.nutch.parse that implement Configurable
 class ParseData
          Data extracted from a page's content.
 class ParseImpl
          The result of parsing a page's raw content.
 

Uses of Configurable in org.apache.nutch.protocol
 

Subinterfaces of Configurable in org.apache.nutch.protocol
 interface Protocol
          A retriever of url content.
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.