类 MysqlxNotice
- java.lang.Object
-
- com.mysql.cj.x.protobuf.MysqlxNotice
-
public final class MysqlxNotice extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classMysqlxNotice.FrameCommon frame for all notices | ``.type`` | Value | |---------------------------------------------------|------ | | @ref Mysqlx::Notice::Warning | 1 | | @ref Mysqlx::Notice::SessionVariableChanged | 2 | | @ref Mysqlx::Notice::SessionStateChanged | 3 | | @ref Mysqlx::Notice::GroupReplicationStateChanged | 4 | | @ref Mysqlx::Notice::ServerHello | 5 |static interfaceMysqlxNotice.FrameOrBuilderstatic classMysqlxNotice.GroupReplicationStateChangedNotify clients about group replication state changes | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 4 | |``.scope`` | ``global`` |static interfaceMysqlxNotice.GroupReplicationStateChangedOrBuilderstatic classMysqlxNotice.ServerHelloNotify clients about connection to X Protocol server | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|------------| |``.type`` | 5 | |``.scope`` | ``global`` |static interfaceMysqlxNotice.ServerHelloOrBuilderstatic classMysqlxNotice.SessionStateChangedProtobuf typeMysqlx.Notice.SessionStateChangedstatic interfaceMysqlxNotice.SessionStateChangedOrBuilderstatic classMysqlxNotice.SessionVariableChangedNotify clients about changes to the current session variables.static interfaceMysqlxNotice.SessionVariableChangedOrBuilderstatic classMysqlxNotice.WarningServer-side warnings and notes @par ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of: @code{sql} SHOW WARNINGS @endcode @par ``.scope`` == ``global`` (undefined) Will be used for global, unstructured messages like: - server is shutting down - a node disconnected from group - schema or table dropped | @ref Mysqlx::Notice::Frame Field | Value | |-----------------------------------|-------------------------| | ``.type`` | 1 | | ``.scope`` | ``local`` or ``global`` |static interfaceMysqlxNotice.WarningOrBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
方法详细资料
-
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()
-
-