类 TrieEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.apache.shenyu.plugin.base.event.TrieEvent
所有已实现的接口:
Serializable

public class TrieEvent extends org.springframework.context.ApplicationEvent
Rule trie event.
另请参阅:
  • 字段概要

    从类继承的字段 java.util.EventObject

    source
  • 构造器概要

    构造器
    构造器
    说明
    TrieEvent(org.apache.shenyu.common.enums.TrieEventEnum trieEventEnum, org.apache.shenyu.common.enums.TrieCacheTypeEnum trieCacheTypeEnum, T source)
    shenyu trie event.
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.shenyu.common.enums.TrieCacheTypeEnum
    get trie cache type.
    org.apache.shenyu.common.enums.TrieEventEnum
    get rule trie build or remove event.

    从类继承的方法 org.springframework.context.ApplicationEvent

    getTimestamp

    从类继承的方法 java.util.EventObject

    getSource, toString

    从类继承的方法 java.lang.Object

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

    • TrieEvent

      public TrieEvent(org.apache.shenyu.common.enums.TrieEventEnum trieEventEnum, org.apache.shenyu.common.enums.TrieCacheTypeEnum trieCacheTypeEnum, T source)
      shenyu trie event.
      参数:
      trieEventEnum - ruleTrieEventEnum
      trieCacheTypeEnum - trie cache type
      source - data
  • 方法详细资料

    • getTrieEventEnum

      public org.apache.shenyu.common.enums.TrieEventEnum getTrieEventEnum()
      get rule trie build or remove event.
      返回:
      TrieEventEnum include insert and remove event
    • getTrieCacheTypeEnum

      public org.apache.shenyu.common.enums.TrieCacheTypeEnum getTrieCacheTypeEnum()
      get trie cache type.
      返回:
      TrieCacheTypeEnum