Uses of Class
org.apache.nutch.ipc.Server

Packages that use Server
org.apache.nutch.ipc Client/Server code used by distributed search. 
org.apache.nutch.ndfs   
 

Uses of Server in org.apache.nutch.ipc
 

Methods in org.apache.nutch.ipc that return Server
static Server RPC.getServer(Object instance, int port)
          Construct a server for a protocol implementation instance listening on a port.
static Server RPC.getServer(Object instance, int port, int numHandlers, boolean verbose)
          Construct a server for a protocol implementation instance listening on a port.
 

Uses of Server in org.apache.nutch.ndfs
 

Subclasses of Server in org.apache.nutch.ndfs
static class NDFS.NameNode
          NameNode controls two critical tables: 1) filename->blocksequence,version 2) block->machinelist The first table is stored on disk and is very precious.
 



Copyright © 2006 The Apache Software Foundation