Class

org.locationtech.geomesa.kafka.index.KafkaFeatureCacheView

BaseFeatureCacheView

Related Doc: package KafkaFeatureCacheView

Permalink

abstract class BaseFeatureCacheView extends KafkaFeatureCacheView

Base view implementation

Linear Supertypes
KafkaFeatureCacheView, KafkaFeatureCache, Closeable, AutoCloseable, KafkaListeners, StrictLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseFeatureCacheView
  2. KafkaFeatureCacheView
  3. KafkaFeatureCache
  4. Closeable
  5. AutoCloseable
  6. KafkaListeners
  7. StrictLogging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseFeatureCacheView(sft: SimpleFeatureType, support: SpatialIndexSupport)

    Permalink

    sft

    view feature type

    support

    spatial index

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 addListener(source: SimpleFeatureSource, listener: FeatureListener): Unit

    Permalink
    Definition Classes
    KafkaListeners
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  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
    BaseFeatureCacheView → Closeable → AutoCloseable
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def put(feature: SimpleFeature): Unit

    Permalink
  20. def query(filter: Filter): Iterator[SimpleFeature]

    Permalink
  21. def query(id: String): Option[SimpleFeature]

    Permalink
  22. def remove(id: String): Unit

    Permalink
  23. def removeListener(source: SimpleFeatureSource, listener: FeatureListener): Unit

    Permalink
    Definition Classes
    KafkaListeners
  24. val sft: SimpleFeatureType

    Permalink

    view feature type

    view feature type

    Definition Classes
    BaseFeatureCacheViewKafkaFeatureCacheView
  25. def size(filter: Filter): Int

    Permalink
  26. def size(): Int

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. val views: Seq[KafkaFeatureCacheView]

    Permalink
  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 KafkaFeatureCacheView

Inherited from KafkaFeatureCache

Inherited from Closeable

Inherited from AutoCloseable

Inherited from KafkaListeners

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped