public class SchemaKey extends Object implements Comparable<SchemaKey>
| Modifier and Type | Field and Description |
|---|---|
String |
name |
org.apache.kafka.connect.data.Schema.Type |
type |
Integer |
version |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SchemaKey that) |
boolean |
equals(Object obj) |
int |
hashCode() |
static SchemaKey |
of(org.apache.kafka.connect.data.Schema schema) |
String |
toString() |
public final String name
public final Integer version
public final org.apache.kafka.connect.data.Schema.Type type
public static SchemaKey of(org.apache.kafka.connect.data.Schema schema)
public int compareTo(SchemaKey that)
compareTo in interface Comparable<SchemaKey>Copyright © 2016–2025. All rights reserved.