public class CustomIngestFormat extends MinimalSimpleFeatureIngestFormat
MinimalSimpleFeatureIngestFormat
class and registering the new class.
The ingest format can be registered by adding it to
`src/main/resources/META-INF/services/org.locationtech.geowave.core.ingest.spi.IngestFormatPluginProviderSpi`.myOptions
Constructor and Description |
---|
CustomIngestFormat() |
Modifier and Type | Method and Description |
---|---|
String |
getIngestFormatDescription()
This is a user-friendly full description of the data format that this plugin provider supports.
|
String |
getIngestFormatName()
This will represent the name for the format that is registered with the ingest framework and
presented as a data format option via the commandline.
|
protected MinimalSimpleFeatureIngestPlugin |
newPluginInstance(IngestFormatOptions options) |
createAvroFormatPlugin, createIngestFromHdfsPlugin, createLocalFileIngestPlugin, createOptionsInstances, internalGetIngestFormatOptionProviders
public String getIngestFormatName()
IngestFormatPluginProviderSpi
public String getIngestFormatDescription()
IngestFormatPluginProviderSpi
protected MinimalSimpleFeatureIngestPlugin newPluginInstance(IngestFormatOptions options)
newPluginInstance
in class MinimalSimpleFeatureIngestFormat
Copyright © 2013–2022. All rights reserved.