接口 ListenerConf.ConnConfOrBuilder

    • 方法详细资料

      • 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;
      • 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;