public class Stanag4676IngestPlugin extends AbstractStageWholeFileToAvro<Object> implements IngestFromHdfsPlugin<AvroWholeFile,Object>, org.locationtech.geowave.core.store.ingest.LocalFileIngestPlugin<Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
Stanag4676IngestPlugin.IngestWithReducerImpl |
| Modifier and Type | Field and Description |
|---|---|
static org.locationtech.geowave.core.store.api.Index |
IMAGE_CHIP_INDEX |
| Constructor and Description |
|---|
Stanag4676IngestPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.geowave.core.store.api.DataTypeAdapter<Object>[] |
getDataAdapters() |
String[] |
getFileExtensionFilters() |
org.locationtech.geowave.core.store.ingest.IngestPluginBase<AvroWholeFile,Object> |
getIngestWithAvroPlugin() |
org.locationtech.geowave.core.store.api.Index[] |
getRequiredIndices() |
String[] |
getSupportedIndexTypes() |
IngestWithMapper<AvroWholeFile,Object> |
ingestWithMapper() |
IngestWithReducer<AvroWholeFile,?,?,Object> |
ingestWithReducer() |
void |
init(URL baseDirectory) |
boolean |
isUseReducerPreferred() |
boolean |
supportsFile(URL file) |
org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.ingest.GeoWaveData<Object>> |
toGeoWaveData(URL file,
String[] indexNames) |
getAvroSchema, toAvroObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAvroSchemapublic static final org.locationtech.geowave.core.store.api.Index IMAGE_CHIP_INDEX
public String[] getFileExtensionFilters()
getFileExtensionFilters in interface org.locationtech.geowave.core.store.ingest.LocalPluginBasepublic void init(URL baseDirectory)
init in interface org.locationtech.geowave.core.store.ingest.LocalPluginBasepublic boolean supportsFile(URL file)
supportsFile in interface org.locationtech.geowave.core.store.ingest.LocalPluginBasepublic boolean isUseReducerPreferred()
isUseReducerPreferred in interface IngestFromHdfsPlugin<AvroWholeFile,Object>public IngestWithMapper<AvroWholeFile,Object> ingestWithMapper()
ingestWithMapper in interface IngestFromHdfsPlugin<AvroWholeFile,Object>public IngestWithReducer<AvroWholeFile,?,?,Object> ingestWithReducer()
ingestWithReducer in interface IngestFromHdfsPlugin<AvroWholeFile,Object>public org.locationtech.geowave.core.store.CloseableIterator<org.locationtech.geowave.core.store.ingest.GeoWaveData<Object>> toGeoWaveData(URL file, String[] indexNames)
public org.locationtech.geowave.core.store.api.DataTypeAdapter<Object>[] getDataAdapters()
getDataAdapters in interface org.locationtech.geowave.core.store.ingest.DataAdapterProvider<Object>public org.locationtech.geowave.core.store.api.Index[] getRequiredIndices()
getRequiredIndices in interface org.locationtech.geowave.core.store.ingest.IndexProviderpublic org.locationtech.geowave.core.store.ingest.IngestPluginBase<AvroWholeFile,Object> getIngestWithAvroPlugin()
getIngestWithAvroPlugin in interface GeoWaveAvroFormatPlugin<AvroWholeFile,Object>Copyright © 2013–2022. All rights reserved.