c

org.locationtech.geomesa.convert

SimpleEnrichmentCache

class SimpleEnrichmentCache extends EnrichmentCache

Linear Supertypes
EnrichmentCache, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleEnrichmentCache
  2. EnrichmentCache
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleEnrichmentCache(cache: Map[String, HashMap[String, AnyRef]] = ...)

Value Members

  1. val cache: Map[String, HashMap[String, AnyRef]]
  2. def clear(): Unit
    Definition Classes
    SimpleEnrichmentCacheEnrichmentCache
  3. def close(): Unit
    Definition Classes
    SimpleEnrichmentCache → Closeable → AutoCloseable
  4. def get(args: Array[String]): Any
    Definition Classes
    SimpleEnrichmentCacheEnrichmentCache
  5. def put(args: Array[String], value: Any): Unit
    Definition Classes
    SimpleEnrichmentCacheEnrichmentCache