public class SecondaryNameNode extends Object implements Runnable
限定符和类型 | 字段和说明 |
---|---|
static org.apache.commons.logging.Log |
LOG |
构造器和说明 |
---|
SecondaryNameNode(Configuration conf)
Create a connection to the primary namenode.
|
限定符和类型 | 方法和说明 |
---|---|
void |
doWork() |
static InetSocketAddress |
getHttpAddress(Configuration conf) |
static void |
main(String[] argv)
main() has some simple utility methods.
|
void |
run() |
void |
shutdown()
Shut down this instance of the datanode.
|
String |
toString() |
public SecondaryNameNode(Configuration conf) throws IOException
IOException
public static InetSocketAddress getHttpAddress(Configuration conf)
public void shutdown()
public void doWork()
Copyright © 2009 The Apache Software Foundation