@Private
public class OfflineImageViewer
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
| Constructor | Description |
|---|---|
OfflineImageViewer(java.lang.String inputFile,
org.apache.hadoop.hdfs.tools.offlineImageViewer.ImageVisitor processor,
boolean skipBlocks) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.commons.cli.Options |
buildOptions() |
Build command-line options and descriptions
|
void |
go() |
Process image file.
|
static void |
main(java.lang.String[] args) |
Entry point to command-line-driven operation.
|
public OfflineImageViewer(java.lang.String inputFile,
org.apache.hadoop.hdfs.tools.offlineImageViewer.ImageVisitor processor,
boolean skipBlocks)
public void go()
throws java.io.IOException
java.io.IOExceptionpublic static org.apache.commons.cli.Options buildOptions()
public static void main(java.lang.String[] args)
throws java.io.IOException
args - Command line optionsjava.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.