Constant Field Values

Contents

com.mongodb.*

  • com.mongodb.kafka.connect.source.heartbeat.HeartbeatManager 
    Modifier and Type Constant Field Value
    public static final java.lang.String HEARTBEAT_KEY "HEARTBEAT"
  • com.mongodb.kafka.connect.source.schema.AvroSchemaDefaults 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_AVRO_KEY_SCHEMA "{ \"type\": \"record\", \"name\": \"keySchema\", \"fields\" : [{\"name\": \"_id\", \"type\": \"string\"}]}"
    public static final java.lang.String DEFAULT_AVRO_VALUE_SCHEMA "{ \"name\": \"ChangeStream\", \"type\": \"record\", \"fields\": [ { \"name\": \"_id\", \"type\": \"string\" }, { \"name\": \"operationType\", \"type\": [\"string\", \"null\"] }, { \"name\": \"fullDocument\", \"type\": [\"string\", \"null\"] }, { \"name\": \"ns\", \"type\": [{\"name\": \"ns\", \"type\": \"record\", \"fields\": [ {\"name\": \"db\", \"type\": \"string\"}, {\"name\": \"coll\", \"type\": [\"string\", \"null\"] } ] }, \"null\" ] }, { \"name\": \"to\", \"type\": [{\"name\": \"to\", \"type\": \"record\", \"fields\": [ {\"name\": \"db\", \"type\": \"string\"}, {\"name\": \"coll\", \"type\": [\"string\", \"null\"] } ] }, \"null\" ] }, { \"name\": \"documentKey\", \"type\": [\"string\", \"null\"] }, { \"name\": \"updateDescription\", \"type\": [{\"name\": \"updateDescription\", \"type\": \"record\", \"fields\": [ {\"name\": \"updatedFields\", \"type\": [\"string\", \"null\"]}, {\"name\": \"removedFields\", \"type\": [{\"type\": \"array\", \"items\": \"string\"}, \"null\"] }] }, \"null\"] }, { \"name\": \"clusterTime\", \"type\": [\"string\", \"null\"] }, { \"name\": \"txnNumber\", \"type\": [\"long\", \"null\"]}, { \"name\": \"lsid\", \"type\": [{\"name\": \"lsid\", \"type\": \"record\", \"fields\": [ {\"name\": \"id\", \"type\": \"string\"}, {\"name\": \"uid\", \"type\": \"string\"}] }, \"null\"] } ]}"
  • com.mongodb.kafka.connect.source.schema.BsonDocumentToSchema 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_FIELD_NAME "default"