| 程序包 | 说明 |
|---|---|
| com.alibaba.otter.canal.parse | |
| com.alibaba.otter.canal.parse.inbound | |
| com.alibaba.otter.canal.parse.inbound.mysql | |
| com.alibaba.otter.canal.parse.support |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CanalHASwitchable.doSwitch(AuthenticationInfo newAuthenticationInfo) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected AuthenticationInfo |
AbstractEventParser.runningInfo |
| 限定符和类型 | 字段和说明 |
|---|---|
protected AuthenticationInfo |
MysqlEventParser.masterInfo |
protected AuthenticationInfo |
LocalBinlogEventParser.masterInfo |
protected AuthenticationInfo |
MysqlEventParser.standbyInfo |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationInfo |
MysqlConnection.getAuthInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MysqlEventParser.doSwitch(AuthenticationInfo newRunningInfo) |
void |
MysqlConnection.setAuthInfo(AuthenticationInfo authInfo) |
void |
MysqlEventParser.setMasterInfo(AuthenticationInfo masterInfo) |
void |
LocalBinlogEventParser.setMasterInfo(AuthenticationInfo masterInfo) |
void |
MysqlEventParser.setStandbyInfo(AuthenticationInfo standbyInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationInfo |
HaAuthenticationInfo.getMaster() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<AuthenticationInfo> |
HaAuthenticationInfo.getSlavers() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HaAuthenticationInfo.addSlaver(AuthenticationInfo slaver) |
void |
HaAuthenticationInfo.setMaster(AuthenticationInfo master) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HaAuthenticationInfo.addSlavers(java.util.Collection<AuthenticationInfo> slavers) |
Copyright © 2019. All rights reserved.