net.nutch.ndfs
Class NDFS.DataNode
java.lang.Object
net.nutch.ipc.Client
net.nutch.ndfs.NDFS.DataNode
- Enclosing class:
- NDFS
- public static class NDFS.DataNode
- extends Client
DataNode controls just one critical table:
block-> BLOCK_SIZE stream of bytes
This info is stored on disk (the NameNode is responsible for
asking other machines to replicate the data). The DataNode
reports the table's contents to the NameNode upon startup
and every so often afterwards.
- Author:
- Mike Cafarella
Fields inherited from class net.nutch.ipc.Client |
LOG |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NDFS.DataNode
public NDFS.DataNode(String machineName,
File dir,
InetSocketAddress nameNodeAddr)
throws IOException
- Needs a directory to find its data (and config info)
offerService
public void offerService()
throws Exception
- Main loop for the DataNode. Runs until shutdown.
- Throws:
Exception
main
public static void main(String[] argv)
throws IOException
- Throws:
IOException
Copyright © 2005 The Nutch Organization.