Class

org.locationtech.geomesa.kafka

LiveFeatureCacheGuava

Related Doc: package kafka

Permalink

class LiveFeatureCacheGuava extends KafkaConsumerFeatureCache with LiveFeatureCache with LazyLogging

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

Instance Constructors

  1. new LiveFeatureCacheGuava(sft: SimpleFeatureType, expirationPeriod: Option[Long], consistencyCheck: Option[Long] = None)(implicit ticker: Ticker)

    Permalink

    sft

    the SimpleFeatureType

    expirationPeriod

    the number of milliseconds after write to expire a feature or None to not expire

    ticker

    used to determine elapsed time for expiring entries

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. def allFeatures(): Iterator[SimpleFeature]

    Permalink
    Definition Classes
    KafkaConsumerFeatureCache → SpatialIndexSupport
  5. def and(a: And): SimpleFeatureReader

    Permalink
    Definition Classes
    SpatialIndexSupport
  6. final def asInstanceOf[T0]: T0

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

    Permalink
  8. def clear(): Unit

    Permalink
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    LiveFeatureCacheGuava → Closeable → AutoCloseable
  11. def createOrUpdateFeature(update: CreateOrUpdate): Unit

    Permalink

    WARNING: this method is not thread-safe

    WARNING: this method is not thread-safe

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

    Definition Classes
    LiveFeatureCacheGuavaLiveFeatureCache
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  15. def fid(ids: Id): SimpleFeatureReader

    Permalink
    Definition Classes
    KafkaConsumerFeatureCache
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Permalink
  19. def getReaderForFilter(filter: Filter): SimpleFeatureReader

    Permalink
    Definition Classes
    KafkaConsumerFeatureCache → SpatialIndexSupport
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def include(): SimpleFeatureReader

    Permalink
    Definition Classes
    SpatialIndexSupport
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def or(o: Or): SimpleFeatureReader

    Permalink
    Definition Classes
    SpatialIndexSupport
  28. def reader(iter: Iterator[SimpleFeature]): SimpleFeatureReader

    Permalink
    Attributes
    protected
    Definition Classes
    SpatialIndexSupport
  29. def removeFeature(toDelete: Delete): Unit

    Permalink

    WARNING: this method is not thread-safe

    WARNING: this method is not thread-safe

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

    Definition Classes
    LiveFeatureCacheGuavaLiveFeatureCache
  30. val sft: SimpleFeatureType

    Permalink

    the SimpleFeatureType

    the SimpleFeatureType

    Definition Classes
    LiveFeatureCacheGuava → SpatialIndexSupport
  31. def size(f: Filter): Int

    Permalink
    Definition Classes
    KafkaConsumerFeatureCache
  32. def size(): Int

    Permalink
    Definition Classes
    KafkaConsumerFeatureCache
  33. def spatial(f: BinarySpatialOperator): SimpleFeatureReader

    Permalink
    Definition Classes
    SpatialIndexSupport
  34. var spatialIndex: SpatialIndex[SimpleFeature]

    Permalink
    Definition Classes
    LiveFeatureCacheGuava → SpatialIndexSupport
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def unoptimized(f: Filter): SimpleFeatureReader

    Permalink
    Definition Classes
    SpatialIndexSupport
  38. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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 KafkaConsumerFeatureCache

Inherited from SpatialIndexSupport

Inherited from AnyRef

Inherited from Any

Ungrouped