public static class Stanag4676IngestPlugin.IngestWithReducerImpl extends Object implements IngestWithReducer<AvroWholeFile,org.apache.hadoop.io.Text,Stanag4676EventWritable,Object>, IngestWithMapper<AvroWholeFile,Object>
| Constructor and Description |
|---|
IngestWithReducerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBinary(byte[] bytes) |
org.locationtech.geowave.core.store.api.DataTypeAdapter<Object>[] |
getDataAdapters(String globalVisibility) |
Class<? extends org.locationtech.geowave.core.store.index.CommonIndexValue>[] |
getSupportedIndexableTypes() |
byte[] |
toBinary() |
org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.ingest.GeoWaveData<Object>> |
toGeoWaveData(AvroWholeFile input,
String[] indexNames,
String globalVisibility) |
org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.ingest.GeoWaveData<Object>> |
toGeoWaveData(org.apache.hadoop.io.Text key,
String[] indexNames,
String globalVisibility,
Iterable<Stanag4676EventWritable> values) |
org.locationtech.geowave.core.store.CloseableIterator<KeyValueData<org.apache.hadoop.io.Text,Stanag4676EventWritable>> |
toIntermediateMapReduceData(AvroWholeFile input) |
public Class<? extends org.locationtech.geowave.core.store.index.CommonIndexValue>[] getSupportedIndexableTypes()
getSupportedIndexableTypes in interface org.locationtech.geowave.core.store.ingest.DataAdapterProvider<Object>public org.locationtech.geowave.core.store.api.DataTypeAdapter<Object>[] getDataAdapters(String globalVisibility)
getDataAdapters in interface org.locationtech.geowave.core.store.ingest.DataAdapterProvider<Object>public byte[] toBinary()
toBinary in interface org.locationtech.geowave.core.index.persist.Persistablepublic void fromBinary(byte[] bytes)
fromBinary in interface org.locationtech.geowave.core.index.persist.Persistablepublic org.locationtech.geowave.core.store.CloseableIterator<KeyValueData<org.apache.hadoop.io.Text,Stanag4676EventWritable>> toIntermediateMapReduceData(AvroWholeFile input)
toIntermediateMapReduceData in interface IngestWithReducer<AvroWholeFile,org.apache.hadoop.io.Text,Stanag4676EventWritable,Object>public org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.ingest.GeoWaveData<Object>> toGeoWaveData(org.apache.hadoop.io.Text key, String[] indexNames, String globalVisibility, Iterable<Stanag4676EventWritable> values)
toGeoWaveData in interface IngestWithReducer<AvroWholeFile,org.apache.hadoop.io.Text,Stanag4676EventWritable,Object>public org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.ingest.GeoWaveData<Object>> toGeoWaveData(AvroWholeFile input, String[] indexNames, String globalVisibility)
toGeoWaveData in interface org.locationtech.geowave.core.store.ingest.IngestPluginBase<AvroWholeFile,Object>Copyright © 2013–2019. All rights reserved.