类 SlowEvent

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

    public abstract class SlowEvent
    extends Event
    This event share one event-queue.
    作者:
    liaochuntao, zongtanghu
    另请参阅:
    序列化表格
    • 构造器概要

      构造器 
      构造器 说明
      SlowEvent()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      long sequence()
      Event sequence number, which can be used to handle the sequence of events.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • SlowEvent

        public SlowEvent()
    • 方法详细资料

      • sequence

        public long sequence()
        从类复制的说明: Event
        Event sequence number, which can be used to handle the sequence of events.
        覆盖:
        sequence 在类中 Event
        返回:
        sequence num, It's best to make sure it's monotone.