package convert
- Alphabetic
- Public
- All
Type Members
-
class
ClassPathConfigProvider extends ConverterConfigProvider with GeoMesaConvertParser
Provides access converter configs on the classpath
- case class ConfArgs(config: String) extends Product with Serializable
-
trait
ConverterConfigProvider extends AnyRef
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc.
********************************************************************* Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************
- trait EnrichmentCache extends Closeable
- trait EnrichmentCacheFactory extends AnyRef
-
trait
EvaluationContext extends AnyRef
Holds the state associated with a conversion attempt.
Holds the state associated with a conversion attempt. Evaluation contexts are not thread safe.
- trait GeoMesaConvertParser extends LazyLogging
- trait Modes extends AnyRef
- class ResourceLoadingCache extends EnrichmentCache
- class ResourceLoadingCacheFactory extends EnrichmentCacheFactory
- class SimpleEnrichmentCache extends EnrichmentCache
- class SimpleEnrichmentCacheFactory extends EnrichmentCacheFactory
-
class
URLConfigProvider extends ConverterConfigProvider with GeoMesaConvertParser
Load Config from URLs
Value Members
- object ConverterConfigLoader extends LazyLogging
-
object
ConverterConfigResolver extends ArgResolver[Config, ConfArgs] with LazyLogging
Attempts to resolve Converter config from arguments as either a string or as a filename containing the converter config
- object EnrichmentCache
- object EvaluationContext extends LazyLogging
- object GeoMesaConvertParser
- object Modes
- object SimpleConverterConfigParser extends GeoMesaConvertParser
- object URLConfigProvider