public class CdcSchema extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CdcSchema.Builder
A builder for constructing an immutable but still unresolved
CdcSchema . |
Constructor and Description |
---|
CdcSchema(List<DataField> fields,
List<String> primaryKeys,
String comment) |
Modifier and Type | Method and Description |
---|---|
String |
comment() |
boolean |
equals(Object o) |
List<DataField> |
fields() |
int |
hashCode() |
static CdcSchema.Builder |
newBuilder()
Builder for configuring and creating instances of
CdcSchema . |
List<String> |
primaryKeys() |
String |
toString() |
public String comment()
public static CdcSchema.Builder newBuilder()
CdcSchema
.Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.