public class Stanag4676IngestFormat extends Object implements IngestFormatPluginProviderSpi<AvroWholeFile,Object>
| Constructor and Description |
|---|
Stanag4676IngestFormat() |
| Modifier and Type | Method and Description |
|---|---|
GeoWaveAvroFormatPlugin<AvroWholeFile,Object> |
createAvroFormatPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) |
IngestFromHdfsPlugin<AvroWholeFile,Object> |
createIngestFromHdfsPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) |
org.locationtech.geowave.core.store.ingest.LocalFileIngestPlugin<Object> |
createLocalFileIngestPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) |
org.locationtech.geowave.core.store.ingest.IngestFormatOptions |
createOptionsInstances() |
String |
getIngestFormatDescription() |
String |
getIngestFormatName() |
public GeoWaveAvroFormatPlugin<AvroWholeFile,Object> createAvroFormatPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) throws UnsupportedOperationException
createAvroFormatPlugin in interface IngestFormatPluginProviderSpi<AvroWholeFile,Object>UnsupportedOperationExceptionpublic IngestFromHdfsPlugin<AvroWholeFile,Object> createIngestFromHdfsPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) throws UnsupportedOperationException
createIngestFromHdfsPlugin in interface IngestFormatPluginProviderSpi<AvroWholeFile,Object>UnsupportedOperationExceptionpublic org.locationtech.geowave.core.store.ingest.LocalFileIngestPlugin<Object> createLocalFileIngestPlugin(org.locationtech.geowave.core.store.ingest.IngestFormatOptions options) throws UnsupportedOperationException
createLocalFileIngestPlugin in interface IngestFormatPluginProviderSpi<AvroWholeFile,Object>UnsupportedOperationExceptionpublic String getIngestFormatName()
getIngestFormatName in interface IngestFormatPluginProviderSpi<AvroWholeFile,Object>public String getIngestFormatDescription()
getIngestFormatDescription in interface IngestFormatPluginProviderSpi<AvroWholeFile,Object>public org.locationtech.geowave.core.store.ingest.IngestFormatOptions createOptionsInstances()
createOptionsInstances in interface IngestFormatPluginProviderSpi<AvroWholeFile,Object>Copyright © 2013–2019. All rights reserved.