public final class MysqlxNotice
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxNotice.Frame
Common 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 interface |
MysqlxNotice.FrameOrBuilder |
static class |
MysqlxNotice.GroupReplicationStateChanged
Notify clients about group replication state changes
| @ref Mysqlx::Notice::Frame Field | Value |
|-----------------------------------|------------|
|``.type`` | 4 |
|``.scope`` | ``global`` |
|
static interface |
MysqlxNotice.GroupReplicationStateChangedOrBuilder |
static class |
MysqlxNotice.ServerHello
Notify clients about connection to X Protocol server
| @ref Mysqlx::Notice::Frame Field | Value |
|-----------------------------------|------------|
|``.type`` | 5 |
|``.scope`` | ``global`` |
|
static interface |
MysqlxNotice.ServerHelloOrBuilder |
static class |
MysqlxNotice.SessionStateChanged
Protobuf type
Mysqlx.Notice.SessionStateChanged |
static interface |
MysqlxNotice.SessionStateChangedOrBuilder |
static class |
MysqlxNotice.SessionVariableChanged
Notify clients about changes to the current session variables.
|
static interface |
MysqlxNotice.SessionVariableChangedOrBuilder |
static class |
MysqlxNotice.Warning
Server-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 interface |
MysqlxNotice.WarningOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()