public abstract class FieldsToHeadersTransform<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> extends Object implements org.apache.kafka.connect.transforms.Transformation<R>
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldsToHeadersTransform.Key<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> |
class |
FieldsToHeadersTransform.MapRecordValue |
static interface |
FieldsToHeadersTransform.RecordValue |
class |
FieldsToHeadersTransform.StructRecordValue |
static class |
FieldsToHeadersTransform.Value<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.kafka.common.config.ConfigDef |
CONFIG_DEF |
| Constructor and Description |
|---|
FieldsToHeadersTransform() |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(R r) |
void |
close() |
org.apache.kafka.common.config.ConfigDef |
config() |
void |
configure(Map<String,?> map) |
protected abstract org.apache.kafka.connect.data.Schema |
operatingSchema(R record) |
protected abstract Object |
operatingValue(R record) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.