public static class GeoWaveOutputFormat.GeoWaveRecordWriter extends org.apache.hadoop.mapreduce.RecordWriter<GeoWaveOutputKey<Object>,Object>
RecordWriter instances that write to GeoWave.| Constructor and Description |
|---|
GeoWaveRecordWriter(DataStore dataStore,
IndexStore indexStore,
TransientAdapterStore adapterStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hadoop.mapreduce.TaskAttemptContext attempt) |
void |
write(GeoWaveOutputKey ingestKey,
Object data)
Push a mutation into a table.
|
public GeoWaveRecordWriter(DataStore dataStore, IndexStore indexStore, TransientAdapterStore adapterStore)
public void write(GeoWaveOutputKey ingestKey, Object data) throws IOException
write in class org.apache.hadoop.mapreduce.RecordWriter<GeoWaveOutputKey<Object>,Object>IOExceptionpublic void close(org.apache.hadoop.mapreduce.TaskAttemptContext attempt)
throws IOException,
InterruptedException
close in class org.apache.hadoop.mapreduce.RecordWriter<GeoWaveOutputKey<Object>,Object>IOExceptionInterruptedExceptionCopyright © 2013–2022. All rights reserved.