接口 MysqlxNotice.GroupReplicationStateChangedOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      int getType()
      type of group replication event
      String getViewId()
      view identifier
      com.google.protobuf.ByteString getViewIdBytes()
      view identifier
      boolean hasType()
      type of group replication event
      boolean hasViewId()
      view identifier
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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.