public static final class ListenerConf.ConnConf extends com.google.protobuf.GeneratedMessageV3 implements ListenerConf.ConnConfOrBuilder
业务关心的对象*Protobuf type
net.wicp.tams.common.binlog.alone.ConnConf| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListenerConf.ConnConf.Builder
业务关心的对象*
Protobuf type
net.wicp.tams.common.binlog.alone.ConnConf |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BUSIER_FIELD_NUMBER |
static int |
CHK_FIELD_NUMBER |
static int |
CLIENTID_FIELD_NUMBER |
static int |
CONFNAME_FIELD_NUMBER |
static int |
FILTERCONF_FIELD_NUMBER |
static int |
GROUPID_FIELD_NUMBER |
static int |
HATYPE_FIELD_NUMBER |
static int |
HOST_FIELD_NUMBER |
static int |
LISTENER_FIELD_NUMBER |
static int |
PASSWORD_FIELD_NUMBER |
static int |
PORT_FIELD_NUMBER |
static int |
POS_FIELD_NUMBER |
static int |
RDS_FIELD_NUMBER |
static int |
RULE_FIELD_NUMBER |
static int |
USERNAME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getBusier()
业务处理器*
string busier = 7; |
com.google.protobuf.ByteString |
getBusierBytes()
业务处理器*
string busier = 7; |
String |
getChk()
checkpoint配置*
string chk = 15; |
com.google.protobuf.ByteString |
getChkBytes()
checkpoint配置*
string chk = 15; |
int |
getClientId()
自定义的clinetId,不能重复,可以不填*
int32 clientId = 11; |
String |
getConfName()
大多实例监听时,它会有不同,默认是default*
string confName = 1; |
com.google.protobuf.ByteString |
getConfNameBytes()
大多实例监听时,它会有不同,默认是default*
string confName = 1; |
static ListenerConf.ConnConf |
getDefaultInstance() |
ListenerConf.ConnConf |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFilterConf()
过滤器配置*
string filterConf = 8; |
com.google.protobuf.ByteString |
getFilterConfBytes()
过滤器配置*
string filterConf = 8; |
String |
getGroupId()
分布式锁groupId*
string groupId = 10; |
com.google.protobuf.ByteString |
getGroupIdBytes()
分布式锁groupId*
string groupId = 10; |
ListenerConf.HaType |
getHaType()
启动类型*
.net.wicp.tams.common.binlog.alone.HaType haType = 13; |
int |
getHaTypeValue()
启动类型*
.net.wicp.tams.common.binlog.alone.HaType haType = 13; |
String |
getHost()
string host = 2; |
com.google.protobuf.ByteString |
getHostBytes()
string host = 2; |
String |
getListener()
监听的类*
string listener = 6; |
com.google.protobuf.ByteString |
getListenerBytes()
监听的类*
string listener = 6; |
com.google.protobuf.Parser<ListenerConf.ConnConf> |
getParserForType() |
String |
getPassword()
string password = 5; |
com.google.protobuf.ByteString |
getPasswordBytes()
string password = 5; |
int |
getPort()
int32 port = 3; |
ListenerConf.Position |
getPos()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 12; |
ListenerConf.PositionOrBuilder |
getPosOrBuilder()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 12; |
boolean |
getRds()
是否rds*
bool rds = 9; |
String |
getRule()
规则*
string rule = 14; |
com.google.protobuf.ByteString |
getRuleBytes()
规则*
string rule = 14; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUsername()
string username = 4; |
com.google.protobuf.ByteString |
getUsernameBytes()
string username = 4; |
int |
hashCode() |
boolean |
hasPos()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListenerConf.ConnConf.Builder |
newBuilder() |
static ListenerConf.ConnConf.Builder |
newBuilder(ListenerConf.ConnConf prototype) |
ListenerConf.ConnConf.Builder |
newBuilderForType() |
protected ListenerConf.ConnConf.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ListenerConf.ConnConf |
parseDelimitedFrom(InputStream input) |
static ListenerConf.ConnConf |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.ConnConf |
parseFrom(byte[] data) |
static ListenerConf.ConnConf |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.ConnConf |
parseFrom(ByteBuffer data) |
static ListenerConf.ConnConf |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.ConnConf |
parseFrom(com.google.protobuf.ByteString data) |
static ListenerConf.ConnConf |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.ConnConf |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListenerConf.ConnConf |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenerConf.ConnConf |
parseFrom(InputStream input) |
static ListenerConf.ConnConf |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListenerConf.ConnConf> |
parser() |
ListenerConf.ConnConf.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int CONFNAME_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int PORT_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
public static final int PASSWORD_FIELD_NUMBER
public static final int LISTENER_FIELD_NUMBER
public static final int BUSIER_FIELD_NUMBER
public static final int FILTERCONF_FIELD_NUMBER
public static final int RDS_FIELD_NUMBER
public static final int GROUPID_FIELD_NUMBER
public static final int CLIENTID_FIELD_NUMBER
public static final int POS_FIELD_NUMBER
public static final int HATYPE_FIELD_NUMBER
public static final int RULE_FIELD_NUMBER
public static final int CHK_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getConfName()
大多实例监听时,它会有不同,默认是default*
string confName = 1;getConfName 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getConfNameBytes()
大多实例监听时,它会有不同,默认是default*
string confName = 1;public String getHost()
string host = 2;getHost 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getHostBytes()
string host = 2;getHostBytes 在接口中 ListenerConf.ConnConfOrBuilderpublic int getPort()
int32 port = 3;getPort 在接口中 ListenerConf.ConnConfOrBuilderpublic String getUsername()
string username = 4;getUsername 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
string username = 4;public String getPassword()
string password = 5;getPassword 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getPasswordBytes()
string password = 5;public String getListener()
监听的类*
string listener = 6;getListener 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getListenerBytes()
监听的类*
string listener = 6;public String getBusier()
业务处理器*
string busier = 7;getBusier 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getBusierBytes()
业务处理器*
string busier = 7;getBusierBytes 在接口中 ListenerConf.ConnConfOrBuilderpublic String getFilterConf()
过滤器配置*
string filterConf = 8;getFilterConf 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getFilterConfBytes()
过滤器配置*
string filterConf = 8;public boolean getRds()
是否rds*
bool rds = 9;getRds 在接口中 ListenerConf.ConnConfOrBuilderpublic String getGroupId()
分布式锁groupId*
string groupId = 10;getGroupId 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getGroupIdBytes()
分布式锁groupId*
string groupId = 10;public int getClientId()
自定义的clinetId,不能重复,可以不填*
int32 clientId = 11;getClientId 在接口中 ListenerConf.ConnConfOrBuilderpublic boolean hasPos()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 12;hasPos 在接口中 ListenerConf.ConnConfOrBuilderpublic ListenerConf.Position getPos()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 12;getPos 在接口中 ListenerConf.ConnConfOrBuilderpublic ListenerConf.PositionOrBuilder getPosOrBuilder()
启动的gtid*
.net.wicp.tams.common.binlog.alone.Position pos = 12;public int getHaTypeValue()
启动类型*
.net.wicp.tams.common.binlog.alone.HaType haType = 13;getHaTypeValue 在接口中 ListenerConf.ConnConfOrBuilderpublic ListenerConf.HaType getHaType()
启动类型*
.net.wicp.tams.common.binlog.alone.HaType haType = 13;getHaType 在接口中 ListenerConf.ConnConfOrBuilderpublic String getRule()
规则*
string rule = 14;getRule 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getRuleBytes()
规则*
string rule = 14;getRuleBytes 在接口中 ListenerConf.ConnConfOrBuilderpublic String getChk()
checkpoint配置*
string chk = 15;getChk 在接口中 ListenerConf.ConnConfOrBuilderpublic com.google.protobuf.ByteString getChkBytes()
checkpoint配置*
string chk = 15;getChkBytes 在接口中 ListenerConf.ConnConfOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ListenerConf.ConnConf parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.ConnConf parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.ConnConf parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.ConnConf parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.ConnConf parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.ConnConf parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenerConf.ConnConf parseFrom(InputStream input) throws IOException
IOExceptionpublic static ListenerConf.ConnConf parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListenerConf.ConnConf parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ListenerConf.ConnConf parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ListenerConf.ConnConf parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ListenerConf.ConnConf parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ListenerConf.ConnConf.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ListenerConf.ConnConf.Builder newBuilder()
public static ListenerConf.ConnConf.Builder newBuilder(ListenerConf.ConnConf prototype)
public ListenerConf.ConnConf.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ListenerConf.ConnConf.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static ListenerConf.ConnConf getDefaultInstance()
public static com.google.protobuf.Parser<ListenerConf.ConnConf> parser()
public com.google.protobuf.Parser<ListenerConf.ConnConf> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public ListenerConf.ConnConf getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.