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 createSchema(schema: SimpleFeatureType): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    KafkaDataStore → DataStore
  17. 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)

  18. def getFeatureSource(typeName: Name): SimpleFeatureSource

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  31. lazy val logger: Logger

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

    Permalink
    Definition Classes
    KafkaDataStore → HasGeoMesaMetadata
  33. def mock: Boolean

    Permalink
    Definition Classes
    KafkaDataStore → ZookeeperLocking
  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. final def wait(): Unit

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

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

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

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

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

    Permalink
    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