package pulsar

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pulsar
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class FailureSafeRecordParser[IN] extends AnyRef
  2. class IncompatibleSchemaException extends Exception
  3. class JacksonRecordParser extends Logging
  4. class PulsarDeserializer extends AnyRef
  5. case class PulsarMicroBatchInputPartition(range: PulsarOffsetRange, pulsarSchema: SchemaInfoSerializable, clientConf: Map[String, AnyRef], readerConf: Map[String, AnyRef], pollTimeoutMs: Int, failOnDataLoss: Boolean, subscriptionNamePrefix: String, jsonOptions: JSONOptionsInRead) extends InputPartition with Product with Serializable
  6. case class PulsarMicroBatchInputPartitionReader(range: PulsarOffsetRange, pulsarSchema: SchemaInfoSerializable, clientConf: Map[String, AnyRef], readerConf: Map[String, AnyRef], pollTimeoutMs: Int, failOnDataLoss: Boolean, subscriptionNamePrefix: String, jsonOptions: JSONOptionsInRead) extends PartitionReader[InternalRow] with Logging with Product with Serializable
  7. class PulsarSerializer extends AnyRef
  8. class PulsarSourceInitialOffsetWriter extends HDFSMetadataLog[SpecificPulsarOffset]
  9. class SchemaInfoSerializable extends Externalizable

Value Members

  1. object JsonUtils

    Utils for converting pulsar objects to and from json.

  2. object PulsarConfigurationUtils
  3. object PulsarMicroBatchEmptyInputPartitionReader extends PartitionReader[InternalRow] with Logging

Inherited from AnyRef

Inherited from Any

Ungrouped