接口 MysqlxNotice.GroupReplicationStateChangedOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
MysqlxNotice.GroupReplicationStateChanged,MysqlxNotice.GroupReplicationStateChanged.Builder
- 封闭类:
- MysqlxNotice
public static interface MysqlxNotice.GroupReplicationStateChangedOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法详细资料
-
hasType
boolean hasType()
type of group replication event
required uint32 type = 1;- 返回:
- Whether the type field is set.
-
getType
int getType()
type of group replication event
required uint32 type = 1;- 返回:
- The type.
-
hasViewId
boolean hasViewId()
view identifier
optional string view_id = 2;- 返回:
- Whether the viewId field is set.
-
getViewId
String getViewId()
view identifier
optional string view_id = 2;- 返回:
- The viewId.
-
getViewIdBytes
com.google.protobuf.ByteString getViewIdBytes()
view identifier
optional string view_id = 2;- 返回:
- The bytes for viewId.
-
-