Package

org.locationtech.geomesa

kafka09

Permalink

package kafka09

Visibility
  1. Public
  2. All

Type Members

  1. abstract class KafkaConsumerFeatureSource extends ContentFeatureSource with ContentFeatureSourceSecuritySupport with ContentFeatureSourceReTypingSupport with ContentFeatureSourceInfo

    Permalink
  2. class KafkaDataStore extends ContentDataStore with KafkaDataStoreSchemaManager with LazyLogging

    Permalink
  3. class KafkaDataStoreFactory extends DataStoreFactorySpi

    Permalink

    A DataStoreFactorySpi to create a KafkaDataStore in either producer or consumer mode

  4. class KafkaDataStoreLogViewerParameters extends AnyRef

    Permalink
  5. trait KafkaDataStoreSchemaManager extends DataStore with LazyLogging

    Permalink

    A partial implementation of DataStore implementing all methods related to SimpleFeatureTypes.

    A partial implementation of DataStore implementing all methods related to SimpleFeatureTypes.

    See GEOMESA-818 for additional considerations.

  6. abstract class KafkaFeatureWriter extends FeatureWriter[SimpleFeatureType, SimpleFeature] with LazyLogging

    Permalink
  7. class KafkaFeatureWriterAppend extends KafkaFeatureWriter

    Permalink
  8. class KafkaFeatureWriterModify extends KafkaFeatureWriterAppend

    Permalink
  9. class KafkaGeoMessageDecoder extends GeoMessageDecoder

    Permalink

    Decodes a GeoMessage transported via Kafka.

  10. class KafkaGeoMessageEncoder extends GeoMessageEncoder

    Permalink

    Encodes GeoMessages for transport via Kafka.

  11. class KafkaGeoMessageFormatter extends MessageFormatter

    Permalink
  12. class KafkaProducerFeatureStore extends ContentFeatureStore with Closeable with LazyLogging

    Permalink
  13. case class KafkaTopicMetadata(topicName: String, numberOfPartitions: Int) extends Product with Serializable

    Permalink
  14. class LiveKafkaConsumerFeatureSource extends KafkaConsumerFeatureSource with Runnable with Closeable with LazyLogging

    Permalink
  15. class ReplayKafkaConsumerFeatureSource extends KafkaConsumerFeatureSource with MethodProfiling with Closeable with LazyLogging

    Permalink
  16. case class ZkUtils09(zkUtils: ZkUtils) extends Product with Serializable

    Permalink

Value Members

  1. object KafkaConsumerFeatureSource

    Permalink
  2. object KafkaConsumerFeatureSourceFactory extends LazyLogging

    Permalink
  3. object KafkaDataStore

    Permalink
  4. object KafkaDataStoreFactoryParams

    Permalink
  5. object KafkaDataStoreLogViewer extends LazyLogging

    Permalink

    An alternative to the kafka-console-consumer providing options specific to viewing the log messages internal to the KafkaDataStore.

    An alternative to the kafka-console-consumer providing options specific to viewing the log messages internal to the KafkaDataStore.

    To run, first copy the geomesa-kafka-gs-plugin.jar to $KAFKA_HOME/libs. Then create a copy of $KAFKA_HOME/bin/kafka-console-consumer.sh called "kafka-ds-log-viewer" and in the copy replace the classname in the exec command at the end of the script with org.locationtech.geomesa.kafka09.KafkaDataStoreLogViewer.

  6. object KafkaDataStoreLogViewerParameters

    Permalink
  7. object KafkaGeoMessageFormatter

    Permalink
  8. object KafkaProducerFeatureStoreFactory

    Permalink
  9. object KafkaUtils09

    Permalink
  10. package consumer

    Permalink

Ungrouped