public class CamelSourceRecord
extends org.apache.kafka.connect.source.SourceRecord
| Constructor and Description |
|---|
CamelSourceRecord(Map<String,?> sourcePartition,
Map<String,?> sourceOffset,
String topic,
Integer partition,
org.apache.kafka.connect.data.Schema valueSchema,
Object value) |
CamelSourceRecord(Map<String,?> sourcePartition,
Map<String,?> sourceOffset,
String topic,
Integer partition,
org.apache.kafka.connect.data.Schema keySchema,
Object key,
org.apache.kafka.connect.data.Schema valueSchema,
Object value) |
CamelSourceRecord(Map<String,?> sourcePartition,
Map<String,?> sourceOffset,
String topic,
Integer partition,
org.apache.kafka.connect.data.Schema keySchema,
Object key,
org.apache.kafka.connect.data.Schema valueSchema,
Object value,
Long timestamp) |
CamelSourceRecord(Map<String,?> sourcePartition,
Map<String,?> sourceOffset,
String topic,
Integer partition,
org.apache.kafka.connect.data.Schema keySchema,
Object key,
org.apache.kafka.connect.data.Schema valueSchema,
Object value,
Long timestamp,
Iterable<org.apache.kafka.connect.header.Header> headers) |
CamelSourceRecord(Map<String,?> sourcePartition,
Map<String,?> sourceOffset,
String topic,
org.apache.kafka.connect.data.Schema valueSchema,
Object value) |
CamelSourceRecord(Map<String,?> sourcePartition,
Map<String,?> sourceOffset,
String topic,
org.apache.kafka.connect.data.Schema keySchema,
Object key,
org.apache.kafka.connect.data.Schema valueSchema,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClaimCheck() |
void |
setClaimCheck(Integer claimCheck) |
equals, hashCode, newRecord, newRecord, sourceOffset, sourcePartition, toStringpublic CamelSourceRecord(Map<String,?> sourcePartition, Map<String,?> sourceOffset, String topic, Integer partition, org.apache.kafka.connect.data.Schema valueSchema, Object value)
public CamelSourceRecord(Map<String,?> sourcePartition, Map<String,?> sourceOffset, String topic, org.apache.kafka.connect.data.Schema valueSchema, Object value)
public CamelSourceRecord(Map<String,?> sourcePartition, Map<String,?> sourceOffset, String topic, org.apache.kafka.connect.data.Schema keySchema, Object key, org.apache.kafka.connect.data.Schema valueSchema, Object value)
public CamelSourceRecord(Map<String,?> sourcePartition, Map<String,?> sourceOffset, String topic, Integer partition, org.apache.kafka.connect.data.Schema keySchema, Object key, org.apache.kafka.connect.data.Schema valueSchema, Object value)
public CamelSourceRecord(Map<String,?> sourcePartition, Map<String,?> sourceOffset, String topic, Integer partition, org.apache.kafka.connect.data.Schema keySchema, Object key, org.apache.kafka.connect.data.Schema valueSchema, Object value, Long timestamp)
public CamelSourceRecord(Map<String,?> sourcePartition, Map<String,?> sourceOffset, String topic, Integer partition, org.apache.kafka.connect.data.Schema keySchema, Object key, org.apache.kafka.connect.data.Schema valueSchema, Object value, Long timestamp, Iterable<org.apache.kafka.connect.header.Header> headers)
Copyright © 2021 The Apache Software Foundation. All rights reserved.