@InterfaceAudience.Private public class OfflineImageViewer extends Object
限定符和类型 | 字段和说明 |
---|---|
static org.apache.commons.logging.Log |
LOG |
构造器和说明 |
---|
OfflineImageViewer(String inputFile,
org.apache.hadoop.hdfs.tools.offlineImageViewer.ImageVisitor processor,
boolean skipBlocks) |
限定符和类型 | 方法和说明 |
---|---|
static org.apache.commons.cli.Options |
buildOptions()
Build command-line options and descriptions
|
void |
go()
Process image file.
|
static void |
main(String[] args)
Entry point to command-line-driven operation.
|
public OfflineImageViewer(String inputFile, org.apache.hadoop.hdfs.tools.offlineImageViewer.ImageVisitor processor, boolean skipBlocks)
public void go() throws IOException
IOException
public static org.apache.commons.cli.Options buildOptions()
public static void main(String[] args) throws IOException
args
- Command line optionsIOException
Copyright © 2009 The Apache Software Foundation