@Deprecated public class KafkaDBMessage extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
KafkaDBMessage.Operate
已过时。
|
| 构造器和说明 |
|---|
KafkaDBMessage()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAfter()
已过时。
|
String |
getBefore()
已过时。
|
String |
getDatabase()
已过时。
|
long |
getOffset()
已过时。
|
KafkaDBMessage.Operate |
getOperate()
已过时。
|
int |
getPartition()
已过时。
|
String |
getTable()
已过时。
|
Timestamp |
getTimestamp()
已过时。
|
int |
getTimestampType()
已过时。
|
String |
getTopic()
已过时。
|
void |
setAfter(String after)
已过时。
|
void |
setBefore(String before)
已过时。
|
void |
setDatabase(String database)
已过时。
|
void |
setOffset(long offset)
已过时。
|
void |
setOperate(KafkaDBMessage.Operate operate)
已过时。
|
void |
setPartition(int partition)
已过时。
|
void |
setTable(String table)
已过时。
|
void |
setTimestamp(Timestamp timestamp)
已过时。
|
void |
setTimestampType(int timestampType)
已过时。
|
void |
setTopic(String topic)
已过时。
|
public String getTopic()
public void setTopic(String topic)
public int getPartition()
public void setPartition(int partition)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public int getTimestampType()
public void setTimestampType(int timestampType)
public long getOffset()
public void setOffset(long offset)
public String getDatabase()
public void setDatabase(String database)
public String getTable()
public void setTable(String table)
public KafkaDBMessage.Operate getOperate()
public void setOperate(KafkaDBMessage.Operate operate)
public String getBefore()
public void setBefore(String before)
public String getAfter()
public void setAfter(String after)
Copyright © 2021. All rights reserved.