类 Mysqlx
- java.lang.Object
-
- com.mysql.cj.x.protobuf.Mysqlx
-
public final class Mysqlx extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMysqlx.ClientMessagesIDs of messages that can be sent from client to the server.static interfaceMysqlx.ClientMessagesOrBuilderstatic classMysqlx.ErrorProtobuf typeMysqlx.Errorstatic interfaceMysqlx.ErrorOrBuilderstatic classMysqlx.OkProtobuf typeMysqlx.Okstatic interfaceMysqlx.OkOrBuilderstatic classMysqlx.ServerMessagesIDs of messages that can be sent from server to client.static interfaceMysqlx.ServerMessagesOrBuilder
-
字段概要
字段 修饰符和类型 字段 说明 static intCLIENT_MESSAGE_ID_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ClientMessages.Type>clientMessageIdextend .google.protobuf.MessageOptions { ... }static intSERVER_MESSAGE_ID_FIELD_NUMBERstatic com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ServerMessages.Type>serverMessageIdextend .google.protobuf.MessageOptions { ... }
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
字段详细资料
-
CLIENT_MESSAGE_ID_FIELD_NUMBER
public static final int CLIENT_MESSAGE_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
clientMessageId
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ClientMessages.Type> clientMessageId
extend .google.protobuf.MessageOptions { ... }
-
SERVER_MESSAGE_ID_FIELD_NUMBER
public static final int SERVER_MESSAGE_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
serverMessageId
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Mysqlx.ServerMessages.Type> serverMessageId
extend .google.protobuf.MessageOptions { ... }
-
-
方法详细资料
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-