Class

org.locationtech.geomesa.kafka

LiveFeatureCacheCQEngine

Related Doc: package kafka

Permalink

class LiveFeatureCacheCQEngine extends LiveFeatureCache with LazyLogging

Linear Supertypes
LazyLogging, LiveFeatureCache, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiveFeatureCacheCQEngine
  2. LazyLogging
  3. LiveFeatureCache
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiveFeatureCacheCQEngine(sft: SimpleFeatureType, expirationPeriod: Option[Long])(implicit ticker: Ticker)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cleanUp(): Unit

    Permalink
  6. def clear(): Unit

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Permalink
    Definition Classes
    LiveFeatureCacheCQEngine → Closeable → AutoCloseable
  9. def createOrUpdateFeature(update: CreateOrUpdate): Unit

    Permalink

    WARNING: this method is not thread-safe.

    WARNING: this method is not thread-safe. CQEngine's ConcurrentIndexedCollection does provide some protections on simultaneous mutations, but not if two threads write the same feature.

    TODO: https://geomesa.atlassian.net/browse/GEOMESA-1409

    Definition Classes
    LiveFeatureCacheCQEngineLiveFeatureCache
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. val features: Map[String, FeatureHolder]

    Permalink
  13. def fid(ids: Id): FR

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val geocq: GeoCQEngine

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFeatureById(id: String): FeatureHolder

    Permalink
  18. def getReaderForFilter(filter: Filter): FR

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def removeFeature(toDelete: Delete): Unit

    Permalink

    WARNING: this method is not thread-safe.

    WARNING: this method is not thread-safe. CQEngine's ConcurrentIndexedCollection does provide some protections on simultaneous mutations, but not if two threads write the same feature.

    TODO: https://geomesa.atlassian.net/browse/GEOMESA-1409

    Definition Classes
    LiveFeatureCacheCQEngineLiveFeatureCache
  26. def size(f: Filter): Int

    Permalink
  27. def size(): Int

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from LiveFeatureCache

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped