org.apache.nutch.api
Class NutchApp

java.lang.Object
  extended by org.restlet.Restlet
      extended by org.restlet.Application
          extended by org.apache.nutch.api.NutchApp
All Implemented Interfaces:
org.restlet.Uniform

public class NutchApp
extends org.restlet.Application


Field Summary
static ConfManager confMgr
           
static JobManager jobMgr
           
static NutchServer server
           
static long started
           
 
Constructor Summary
NutchApp()
           
 
Method Summary
 org.restlet.Restlet createInboundRoot()
          Creates a root Restlet that will receive all incoming calls.
 
Methods inherited from class org.restlet.Application
createOutboundRoot, createRoot, getConnectorService, getConverterService, getCurrent, getDecoderService, getFinderClass, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getRoot, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setContext, setConverterService, setCurrent, setDecoderService, setFinderClass, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setRangeService, setRoles, setRoot, setRoot, setStatusService, setTaskService, setTunnelService, start, stop
 
Methods inherited from class org.restlet.Restlet
finalize, getApplication, getAuthor, getContext, getDescription, getLogger, getName, getOwner, isStarted, isStopped, setAuthor, setDescription, setName, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

confMgr

public static ConfManager confMgr

jobMgr

public static JobManager jobMgr

server

public static NutchServer server

started

public static long started
Constructor Detail

NutchApp

public NutchApp()
Method Detail

createInboundRoot

public org.restlet.Restlet createInboundRoot()
Creates a root Restlet that will receive all incoming calls.

Overrides:
createInboundRoot in class org.restlet.Application


Copyright © 2012 The Apache Software Foundation