public static class IndexOutputFormat.IndexRecordWriter<S extends Shape>
extends java.lang.Object
Constructor and Description |
---|
IndexOutputFormat.IndexRecordWriter(JobConf job,
Path outPath) |
IndexOutputFormat.IndexRecordWriter(JobConf job,
java.lang.String name,
Path outPath,
Progressable progress) |
IndexOutputFormat.IndexRecordWriter(Partitioner partitioner,
boolean replicate,
java.lang.String sindex,
Path outPath,
Configuration conf) |
public IndexOutputFormat.IndexRecordWriter(JobConf job, Path outPath) throws java.io.IOException
java.io.IOException
public IndexOutputFormat.IndexRecordWriter(JobConf job, java.lang.String name, Path outPath, Progressable progress) throws java.io.IOException
java.io.IOException
public IndexOutputFormat.IndexRecordWriter(Partitioner partitioner, boolean replicate, java.lang.String sindex, Path outPath, Configuration conf) throws java.io.IOException
java.io.IOException
public void write(IntWritable partitionID, S value) throws java.io.IOException
java.io.IOException
public void close(Reporter reporter) throws java.io.IOException
java.io.IOException