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 class  MysqlxNotice.Frame
    Common 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 notification
    static interface  MysqlxNotice.FrameOrBuilder  
    static class  MysqlxNotice.GroupReplicationStateChanged
    Notify 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 identifier
    static interface  MysqlxNotice.GroupReplicationStateChangedOrBuilder  
    static class  MysqlxNotice.ServerHello
    Notify clients about connection to X Protocol server ========================================== ========== :protobuf:msg:`Mysqlx.Notice::Frame` field value ========================================== ========== ``.type`` 5 ``.scope`` ``global`` ========================================== ==========
    static interface  MysqlxNotice.ServerHelloOrBuilder  
    static class  MysqlxNotice.SessionStateChanged
    Notify 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 value
    static interface  MysqlxNotice.SessionStateChangedOrBuilder  
    static class  MysqlxNotice.SessionVariableChanged
    Notify clients about changes to the current session variables Every change to a variable that is accessible through: ..
    static interface  MysqlxNotice.SessionVariableChangedOrBuilder  
    static class  MysqlxNotice.Warning
    Server-side warnings and notes ``.scope`` == ``local`` ``.level``, ``.code`` and ``.msg`` map the content of ..
    static interface  MysqlxNotice.WarningOrBuilder  
  • Method Summary

    Modifier and Type Method Description
    static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()  
    static void registerAllExtensions​(com.google.protobuf.ExtensionRegistry registry)  
    static void registerAllExtensions​(com.google.protobuf.ExtensionRegistryLite registry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()