类 RaftErrorEvent

  • 所有已实现的接口:
    java.io.Serializable

    public class RaftErrorEvent
    extends com.alibaba.nacos.common.notify.Event
    The RAFT protocol runs an exception event. If this event is published, it means that the current raft Group cannot continue to run normally
    作者:
    liaochuntao
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private java.lang.String groupName  
      private static long serialVersionUID  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getGroupName()  
      void setGroupName​(java.lang.String groupName)  
      • 从类继承的方法 com.alibaba.nacos.common.notify.Event

        isPluginEvent, scope, sequence
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • serialVersionUID

        private static final long serialVersionUID
        另请参阅:
        常量字段值
      • groupName

        private java.lang.String groupName
    • 构造器详细资料

      • RaftErrorEvent

        public RaftErrorEvent()
    • 方法详细资料

      • getGroupName

        public java.lang.String getGroupName()
      • setGroupName

        public void setGroupName​(java.lang.String groupName)