public class MapReducePOStoreImpl extends POStoreImpl
| Constructor and Description |
|---|
MapReducePOStoreImpl(org.apache.hadoop.mapreduce.TaskInputOutputContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
To perform cleanup when there is an error.
|
org.apache.hadoop.mapreduce.Counter |
createRecordCounter(POStore store) |
StoreFuncInterface |
createStoreFunc(POStore store)
Set up the storer
|
void |
tearDown()
At the end of processing, the outputstream is closed
using this method
|
public MapReducePOStoreImpl(org.apache.hadoop.mapreduce.TaskInputOutputContext context)
public StoreFuncInterface createStoreFunc(POStore store) throws IOException
POStoreImplcreateStoreFunc in class POStoreImplstore - - the POStore objectIOExceptionpublic void tearDown()
throws IOException
POStoreImpltearDown in class POStoreImplIOExceptionpublic void cleanUp()
throws IOException
POStoreImplcleanUp in class POStoreImplIOExceptionpublic org.apache.hadoop.mapreduce.Counter createRecordCounter(POStore store)
Copyright © 2007-2012 The Apache Software Foundation