public class KafkaSchemaValue extends Object implements Comparable<KafkaSchemaValue>
| Constructor and Description |
|---|
KafkaSchemaValue(String tableName,
Integer version,
String schema,
KafkaSchema.Action action,
Integer epoch) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(KafkaSchemaValue that) |
boolean |
equals(Object o) |
KafkaSchema.Action |
getAction() |
Integer |
getEpoch() |
String |
getSchema() |
String |
getTableName() |
Integer |
getVersion() |
int |
hashCode() |
String |
toString() |
public KafkaSchemaValue(String tableName, Integer version, String schema, KafkaSchema.Action action, Integer epoch)
public String getTableName()
public Integer getVersion()
public String getSchema()
public KafkaSchema.Action getAction()
public Integer getEpoch()
public int compareTo(KafkaSchemaValue that)
compareTo in interface Comparable<KafkaSchemaValue>Copyright © 2020. All rights reserved.