M - the message type extending WritableComparable.public final class Merger<M extends org.apache.hadoop.io.WritableComparable> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
merge(Class<M> msgClass,
boolean intermediateMerge,
File outputFile,
List<File> list) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
merge(Class<M> msgClass,
File outputFile,
File... files) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
merge(Class<M> msgClass,
File outputFile,
List<File> list) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
merge(Class<M> msgClass,
String outputFile,
List<String> list) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
merge(Class<M> msgClass,
String outputFile,
String... files) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
mergeIntermediate(Class<M> msgClass,
File outputFile,
File... files) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
mergeIntermediate(Class<M> msgClass,
File outputFile,
List<File> list) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
mergeIntermediate(Class<M> msgClass,
String outputFile,
List<String> list) |
static <M extends org.apache.hadoop.io.WritableComparable<?>> |
mergeIntermediate(Class<M> msgClass,
String outputFile,
String... files) |
public static <M extends org.apache.hadoop.io.WritableComparable<?>> void mergeIntermediate(Class<M> msgClass, String outputFile, String... files) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void mergeIntermediate(Class<M> msgClass, File outputFile, File... files) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void mergeIntermediate(Class<M> msgClass, File outputFile, List<File> list) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void mergeIntermediate(Class<M> msgClass, String outputFile, List<String> list) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void merge(Class<M> msgClass, String outputFile, String... files) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void merge(Class<M> msgClass, String outputFile, List<String> list) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void merge(Class<M> msgClass, File outputFile, File... files) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void merge(Class<M> msgClass, File outputFile, List<File> list) throws IOException
IOExceptionpublic static <M extends org.apache.hadoop.io.WritableComparable<?>> void merge(Class<M> msgClass, boolean intermediateMerge, File outputFile, List<File> list) throws IOException
IOExceptionCopyright © 2016. All rights reserved.