public final class FileDump extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_BACKUP_PATH | 
| static int | DEFAULT_BLOCK_SIZE | 
| static PathFilter | HIDDEN_AND_SIDE_FILE_FILTER | 
| static String | RECOVER_READ_SIZE | 
| static String | SEPARATOR | 
| static String | UNKNOWN | 
| Modifier and Type | Method and Description | 
|---|---|
| static Collection<String> | getAllFilesInPath(Path path,
                 Configuration conf) | 
| static long | getTotalPaddingSize(Reader reader) | 
| static int | indexOf(byte[] data,
       byte[] pattern,
       int index) | 
| static void | main(Configuration conf,
    String[] args) | 
| static void | main(String[] args) | 
public static final String UNKNOWN
public static final String SEPARATOR
public static final String RECOVER_READ_SIZE
public static final int DEFAULT_BLOCK_SIZE
public static final String DEFAULT_BACKUP_PATH
public static final PathFilter HIDDEN_AND_SIDE_FILE_FILTER
public static void main(Configuration conf, String[] args) throws Exception
Exceptionpublic static Collection<String> getAllFilesInPath(Path path, Configuration conf) throws IOException
IOExceptionpublic static int indexOf(byte[] data,
                          byte[] pattern,
                          int index)
public static long getTotalPaddingSize(Reader reader) throws IOException
IOExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.