接口 ListenerConf.ConnConfOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ListenerConf
public static interface ListenerConf.ConnConfOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetBusier()业务处理器*com.google.protobuf.ByteStringgetBusierBytes()业务处理器*StringgetChk()checkpoint配置*com.google.protobuf.ByteStringgetChkBytes()checkpoint配置*intgetClientId()自定义的clinetId,不能重复,可以不填*StringgetConfName()大多实例监听时,它会有不同,默认是default*com.google.protobuf.ByteStringgetConfNameBytes()大多实例监听时,它会有不同,默认是default*longgetDbInstanceId()数据库用于反查的instanceId,*StringgetFilterConf()过滤器配置*com.google.protobuf.ByteStringgetFilterConfBytes()过滤器配置*StringgetGroupId()分布式锁groupId*com.google.protobuf.ByteStringgetGroupIdBytes()分布式锁groupId*ListenerConf.HaTypegetHaType()启动类型*intgetHaTypeValue()启动类型*StringgetHost()string host = 2;StringgetHost2()只读实例配置*com.google.protobuf.ByteStringgetHost2Bytes()只读实例配置*com.google.protobuf.ByteStringgetHostBytes()string host = 2;StringgetListener()监听的类*com.google.protobuf.ByteStringgetListenerBytes()监听的类*StringgetPassword()string password = 5;StringgetPassword2()string password2 = 9;com.google.protobuf.ByteStringgetPassword2Bytes()string password2 = 9;com.google.protobuf.ByteStringgetPasswordBytes()string password = 5;intgetPort()int32 port = 3;intgetPort2()int32 port2 = 7;ListenerConf.PositiongetPos()启动的gtid*ListenerConf.PositionOrBuildergetPosOrBuilder()启动的gtid*booleangetRds()是否rds*StringgetRule()规则*com.google.protobuf.ByteStringgetRuleBytes()规则*StringgetUsername()string username = 4;StringgetUsername2()string username2 = 8;com.google.protobuf.ByteStringgetUsername2Bytes()string username2 = 8;com.google.protobuf.ByteStringgetUsernameBytes()string username = 4;booleanhasPos()启动的gtid*
-
-
-
方法详细资料
-
getConfName
String getConfName()
大多实例监听时,它会有不同,默认是default*
string confName = 1;
-
getConfNameBytes
com.google.protobuf.ByteString getConfNameBytes()
大多实例监听时,它会有不同,默认是default*
string confName = 1;
-
getHost
String getHost()
string host = 2;
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()
string host = 2;
-
getPort
int getPort()
int32 port = 3;
-
getUsername
String getUsername()
string username = 4;
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
string username = 4;
-
getPassword
String getPassword()
string password = 5;
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
string password = 5;
-
getHost2
String getHost2()
只读实例配置*
string host2 = 6;
-
getHost2Bytes
com.google.protobuf.ByteString getHost2Bytes()
只读实例配置*
string host2 = 6;
-
getPort2
int getPort2()
int32 port2 = 7;
-
getUsername2
String getUsername2()
string username2 = 8;
-
getUsername2Bytes
com.google.protobuf.ByteString getUsername2Bytes()
string username2 = 8;
-
getPassword2
String getPassword2()
string password2 = 9;
-
getPassword2Bytes
com.google.protobuf.ByteString getPassword2Bytes()
string password2 = 9;
-
getListener
String getListener()
监听的类*
string listener = 10;
-
getListenerBytes
com.google.protobuf.ByteString getListenerBytes()
监听的类*
string listener = 10;
-
getBusier
String getBusier()
业务处理器*
string busier = 11;
-
getBusierBytes
com.google.protobuf.ByteString getBusierBytes()
业务处理器*
string busier = 11;
-
getFilterConf
String getFilterConf()
过滤器配置*
string filterConf = 12;
-
getFilterConfBytes
com.google.protobuf.ByteString getFilterConfBytes()
过滤器配置*
string filterConf = 12;
-
getRds
boolean getRds()
是否rds*
bool rds = 13;
-
getGroupId
String getGroupId()
分布式锁groupId*
string groupId = 14;
-
getGroupIdBytes
com.google.protobuf.ByteString getGroupIdBytes()
分布式锁groupId*
string groupId = 14;
-
getClientId
int getClientId()
自定义的clinetId,不能重复,可以不填*
int32 clientId = 15;
-
hasPos
boolean hasPos()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 16;
-
getPos
ListenerConf.Position getPos()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 16;
-
getPosOrBuilder
ListenerConf.PositionOrBuilder getPosOrBuilder()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 16;
-
getHaTypeValue
int getHaTypeValue()
启动类型*
.net.wicp.tams.common.binlog.alone.HaType haType = 17;
-
getHaType
ListenerConf.HaType getHaType()
启动类型*
.net.wicp.tams.common.binlog.alone.HaType haType = 17;
-
getRule
String getRule()
规则*
string rule = 18;
-
getRuleBytes
com.google.protobuf.ByteString getRuleBytes()
规则*
string rule = 18;
-
getChk
String getChk()
checkpoint配置*
string chk = 19;
-
getChkBytes
com.google.protobuf.ByteString getChkBytes()
checkpoint配置*
string chk = 19;
-
getDbInstanceId
long getDbInstanceId()
数据库用于反查的instanceId,*
int64 dbInstanceId = 20;
-
-