Class

org.locationtech.geomesa.kafka09

ReplayKafkaConsumerFeatureSource

Related Doc: package kafka09

Permalink

class ReplayKafkaConsumerFeatureSource extends KafkaConsumerFeatureSource with MethodProfiling with Closeable with LazyLogging

Linear Supertypes
LazyLogging, Closeable, AutoCloseable, MethodProfiling, KafkaConsumerFeatureSource, ContentFeatureSourceInfo, ContentFeatureSourceReTypingSupport, ContentFeatureSourceSecuritySupport, ContentFeatureSourceSupport, ContentFeatureSource, SimpleFeatureSource, FeatureSource[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReplayKafkaConsumerFeatureSource
  2. LazyLogging
  3. Closeable
  4. AutoCloseable
  5. MethodProfiling
  6. KafkaConsumerFeatureSource
  7. ContentFeatureSourceInfo
  8. ContentFeatureSourceReTypingSupport
  9. ContentFeatureSourceSecuritySupport
  10. ContentFeatureSourceSupport
  11. ContentFeatureSource
  12. SimpleFeatureSource
  13. FeatureSource
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReplayKafkaConsumerFeatureSource(entry: ContentEntry, replaySFT: SimpleFeatureType, liveSFT: SimpleFeatureType, topic: String, kf: KafkaConsumerFactory, replayConfig: ReplayConfig, query: Query)

    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. def accepts(arg0: Query, arg1: FeatureVisitor, arg2: ProgressListener): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  5. final def addFeatureListener(arg0: FeatureListener): Unit

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  6. def addHints(arg0: Set[Key]): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  7. def addSupport(query: Query, reader: FR): FR

    Permalink
    Definition Classes
    ContentFeatureSourceReTypingSupport → ContentFeatureSourceSupport
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def buildFeatureType(): SimpleFeatureType

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  10. def buildQueryCapabilities(): QueryCapabilities

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  11. def canEvent(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  12. val canFilter: Boolean

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  13. def canLimit(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  14. def canLock(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  15. def canOffset(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  16. def canReproject(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  17. val canRetype: Boolean

    Permalink
    Definition Classes
    ContentFeatureSourceReTypingSupport
  18. def canSort(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  19. def canTransact(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  20. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ReplayKafkaConsumerFeatureSource → Closeable → AutoCloseable
  22. def doLockInternal(arg0: String, arg1: SimpleFeature): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  23. def doUnlockInternal(arg0: String, arg1: SimpleFeature): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  24. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. lazy val fqName: NameImpl

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource
  28. final def getAbsoluteSchema(): SimpleFeatureType

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  29. final def getBounds(arg0: Query): ReferencedEnvelope

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  30. final def getBounds(): ReferencedEnvelope

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def getBoundsInternal(query: Query): ReferencedEnvelope

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def getCount(arg0: Query): Int

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def getCountInternal(query: Query): Int

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  35. def getDataStore(): ContentDataStore

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  36. def getEntry(): ContentEntry

    Permalink
    Definition Classes
    ContentFeatureSource
  37. final def getFeatures(arg0: Filter): ContentFeatureCollection

    Permalink
    Definition Classes
    ContentFeatureSource → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  38. final def getFeatures(arg0: Query): ContentFeatureCollection

    Permalink
    Definition Classes
    ContentFeatureSource → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  39. final def getFeatures(): ContentFeatureCollection

    Permalink
    Definition Classes
    ContentFeatureSource → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def getInfo(): ResourceInfo

    Permalink
    Definition Classes
    ContentFeatureSourceInfo → ContentFeatureSource → FeatureSource
  41. def getName(): Name

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource → FeatureSource
  42. def getQueryCapabilities(): QueryCapabilities

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  43. final def getReader(arg0: Filter): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  44. final def getReader(arg0: Query): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  45. final def getReader(): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def getReaderForFilter(filter: Filter): FR

    Permalink
  47. def getReaderInternal(query: Query): FR

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  48. final def getSchema(): SimpleFeatureType

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  49. def getState(): ContentState

    Permalink
    Definition Classes
    ContentFeatureSource
  50. final def getSupportedHints(): Set

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  51. def getTransaction(): Transaction

    Permalink
    Definition Classes
    ContentFeatureSource
  52. final def getView(arg0: Filter): ContentFeatureSource

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  53. final def getView(arg0: Query): ContentFeatureSource

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  54. def handleVisitor(arg0: Query, arg1: FeatureVisitor): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  55. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  57. final def isView(): Boolean

    Permalink
    Definition Classes
    ContentFeatureSource
  58. def joinQuery(arg0: Query): Query

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  59. final def lockFeatures(arg0: Filter): Int

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  60. final def lockFeatures(arg0: Query): Int

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  61. final def lockFeatures(): Int

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  62. lazy val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  66. def processLock(arg0: FeatureLock): FeatureLock

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  67. def profile[R](identifier: String)(code: ⇒ R)(implicit timings: Timings): R

    Permalink
    Definition Classes
    MethodProfiling
  68. def profile[R](code: ⇒ R)(implicit timing: Timing): R

    Permalink
    Definition Classes
    MethodProfiling
  69. final def removeFeatureListener(arg0: FeatureListener): Unit

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  70. def resolvePropertyNames(arg0: Filter): Filter

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  71. def resolvePropertyNames(arg0: Query): Query

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  72. final def setFeatureLock(arg0: FeatureLock): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
  73. def setTransaction(arg0: Transaction): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
  74. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  76. final def unLockFeatures(arg0: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  77. final def unLockFeatures(arg0: Query): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  78. final def unLockFeatures(): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  79. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from Closeable

Inherited from AutoCloseable

Inherited from MethodProfiling

Inherited from ContentFeatureSourceInfo

Inherited from ContentFeatureSourceReTypingSupport

Inherited from ContentFeatureSourceSecuritySupport

Inherited from ContentFeatureSourceSupport

Inherited from ContentFeatureSource

Inherited from SimpleFeatureSource

Inherited from FeatureSource[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped