c

org.locationtech.geomesa.convert

ResourceLoadingCache

class ResourceLoadingCache extends EnrichmentCache

Linear Supertypes
EnrichmentCache, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceLoadingCache
  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 ResourceLoadingCache(path: String, idField: String, headers: Seq[String])

Value Members

  1. def clear(): Unit
    Definition Classes
    ResourceLoadingCacheEnrichmentCache
  2. def close(): Unit
    Definition Classes
    ResourceLoadingCache → Closeable → AutoCloseable
  3. def get(args: Array[String]): Any
    Definition Classes
    ResourceLoadingCacheEnrichmentCache
  4. def put(args: Array[String], value: Any): Unit
    Definition Classes
    ResourceLoadingCacheEnrichmentCache