java.lang.Object
org.infinispan.notifications.cachelistener.filter.EventType

public class EventType extends Object
Enum that provides information to allow for an event to know which type and if this event was generated due to a retry usually caused by a topology change while replicating.
Since:
7.0
Author:
wburns
  • Constructor Details

    • EventType

      public EventType(boolean retried, boolean pre, Event.Type type)
  • Method Details

    • isPreEvent

      public boolean isPreEvent()
    • isRetry

      public boolean isRetry()
    • getType

      public Event.Type getType()
    • isCreate

      public boolean isCreate()
    • isModified

      public boolean isModified()
    • isRemove

      public boolean isRemove()
    • isExpired

      public boolean isExpired()