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