[TOC]

  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

org.apache.nutch.crawl

Class SignatureFactory


public class SignatureFactory
extends Object

Factory class, which instantiates a Signature implementation according to the current Configuration configuration. This newly created instance is cached in the Configuration instance, so that it could be later retrieved.

/ab@getopt.org

Method Summary

Methods Modifier and Type Method and Description static Signature getSignature(org.apache.hadoop.conf.Configuration conf) Return the default Signature implementation.

-    

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

-  

getSignature

public static Signature getSignature(org.apache.hadoop.conf.Configuration conf)

Return the default Signature implementation.

  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 2014 The Apache Software Foundation