Class/Object

org.locationtech.geomesa.kafka.data

KafkaDataStore

Related Docs: object KafkaDataStore | package data

Permalink

class KafkaDataStore extends MetadataBackedDataStore with HasGeoMesaStats with ZookeeperLocking

Linear Supertypes
ZookeeperLocking, HasGeoMesaStats, MetadataBackedDataStore, LazyLogging, DistributedLocking, HasGeoMesaMetadata[String], DataStore, DataAccess[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KafkaDataStore
  2. ZookeeperLocking
  3. HasGeoMesaStats
  4. MetadataBackedDataStore
  5. LazyLogging
  6. DistributedLocking
  7. HasGeoMesaMetadata
  8. DataStore
  9. DataAccess
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaDataStore(config: KafkaDataStoreConfig, metadata: GeoMesaMetadata[String], serialization: GeoMessageSerializerFactory)

    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 acquireCatalogLock(): Releasable

    Permalink
    Attributes
    protected[org.locationtech.geomesa]
    Definition Classes
    MetadataBackedDataStore
  5. def acquireDistributedLock(key: String, timeOut: Long): Option[Releasable]

    Permalink
    Attributes
    protected
    Definition Classes
    ZookeeperLocking → DistributedLocking
  6. def acquireDistributedLock(key: String): Releasable

    Permalink
    Attributes
    protected
    Definition Classes
    ZookeeperLocking → DistributedLocking
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val config: KafkaDataStoreConfig

    Permalink
  10. def createConsumer(typeName: String, groupId: String, processor: GeoMessageProcessor, errorHandler: Option[ConsumerErrorHandler] = None): Closeable

    Permalink

    Create a message consumer for the given feature type.

    Create a message consumer for the given feature type. This can be used for guaranteed at-least-once message processing

    typeName

    type name

    groupId

    consumer group id

    processor

    message processor

  11. def createSchema(schema: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  12. def dispose(): Unit

    Permalink
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore → DataAccess
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getFeatureReader(query: Query, transaction: Transaction): SimpleFeatureReader

    Permalink
    Definition Classes
    KafkaDataStore → DataStore
  18. def getFeatureSource(typeName: String): SimpleFeatureStore

    Permalink

    typeName

    simple feature type name

    returns

    featureStore, suitable for reading and writing

    Definition Classes
    KafkaDataStore → DataStore
    See also

    org.geotools.data.DataStore#getFeatureSource(org.opengis.feature.type.Name)

  19. def getFeatureSource(typeName: Name): SimpleFeatureSource

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore → DataAccess
  20. def getFeatureWriter(typeName: String, filter: Filter, transaction: Transaction): KafkaFeatureWriter

    Permalink
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore → DataStore
  21. def getFeatureWriter(typeName: String, transaction: Transaction): SimpleFeatureWriter

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  22. def getFeatureWriterAppend(typeName: String, transaction: Transaction): KafkaFeatureWriter

    Permalink
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore → DataStore
  23. def getInfo(): ServiceInfo

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  24. def getLockingManager(): LockingManager

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  25. def getNames(): List[Name]

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  26. def getSchema(typeName: String): SimpleFeatureType

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  27. def getSchema(name: Name): SimpleFeatureType

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  28. def getTypeNames(): Array[String]

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. val interceptors: QueryInterceptorFactory

    Permalink
    Attributes
    protected[org.locationtech.geomesa]
    Definition Classes
    MetadataBackedDataStore
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  33. val metadata: GeoMesaMetadata[String]

    Permalink
    Definition Classes
    KafkaDataStore → HasGeoMesaMetadata
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def onSchemaCreated(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore
  38. def onSchemaDeleted(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore
  39. def onSchemaUpdated(sft: SimpleFeatureType, previous: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore
  40. def preSchemaCreate(sft: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore
    Annotations
    @throws( classOf[IllegalArgumentException] )
  41. def preSchemaUpdate(sft: SimpleFeatureType, previous: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaDataStore → MetadataBackedDataStore
    Annotations
    @throws( classOf[IllegalArgumentException] )
  42. def removeSchema(typeName: Name): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  43. def removeSchema(typeName: String): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  44. def startAllConsumers(): Unit

    Permalink

    Start consuming from all topics.

    Start consuming from all topics. Consumers are normally only started for a simple feature type when it is first queried - this will start them immediately.

  45. val stats: GeoMesaStats

    Permalink
    Definition Classes
    KafkaDataStore → HasGeoMesaStats
  46. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. def updateSchema(typeName: Name, schema: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataAccess
  49. def updateSchema(typeName: String, sft: SimpleFeatureType): Unit

    Permalink
    Definition Classes
    MetadataBackedDataStore → DataStore
  50. def validateSchemaUpdate(existing: SimpleFeatureType, schema: SimpleFeatureType): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    MetadataBackedDataStore
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withLock[T](key: String, timeOut: Long, fn: ⇒ T, fallback: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    DistributedLocking
  55. def withLock[T](key: String, fn: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    DistributedLocking
  56. def zookeepers: String

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaDataStore → ZookeeperLocking

Inherited from ZookeeperLocking

Inherited from HasGeoMesaStats

Inherited from MetadataBackedDataStore

Inherited from LazyLogging

Inherited from DistributedLocking

Inherited from HasGeoMesaMetadata[String]

Inherited from DataStore

Inherited from DataAccess[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped