Package com.mysql.cj.x.protobuf
Class MysqlxNotice
java.lang.Object
com.mysql.cj.x.protobuf.MysqlxNotice
public final class MysqlxNotice
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMysqlxNotice.FrameCommon Frame for all Notices ===================================================== ===== .type value ===================================================== ===== :protobuf:msg:`Mysqlx.Notice::Warning` 1 :protobuf:msg:`Mysqlx.Notice::SessionVariableChanged` 2 :protobuf:msg:`Mysqlx.Notice::SessionStateChanged` 3 ===================================================== ===== :param type: the type of the payload :param payload: the payload of the notification :param scope: global or local notificationstatic interfaceMysqlxNotice.FrameOrBuilderstatic classMysqlxNotice.GroupReplicationStateChangedNotify clients about group replication state changes ========================================== ========== :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========== ``.type`` 4 ``.scope`` ``global`` ========================================== ========== :param type: type of group replication event :param view_id: view identifierstatic interfaceMysqlxNotice.GroupReplicationStateChangedOrBuilderstatic classMysqlxNotice.ServerHelloNotify clients about connection to X Protocol server ========================================== ========== :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========== ``.type`` 5 ``.scope`` ``global`` ========================================== ==========static interfaceMysqlxNotice.ServerHelloOrBuilderstatic classMysqlxNotice.SessionStateChangedNotify clients about changes to the internal session state ========================================== ========= :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========= ``.type`` 3 ``.scope`` ``local`` ========================================== ========= :param param: parameter key :param value: updated valuestatic interfaceMysqlxNotice.SessionStateChangedOrBuilderstatic classMysqlxNotice.SessionVariableChangedNotify clients about changes to the current session variables Every change to a variable that is accessible through: ..static interfaceMysqlxNotice.SessionVariableChangedOrBuilderstatic classMysqlxNotice.WarningServer-side warnings and notes ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of ..static interfaceMysqlxNotice.WarningOrBuilder -
Method Summary
Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
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()
-