Class LocalQCacheOp

java.lang.Object
com.atlassian.jira.cluster.distribution.localq.LocalQCacheOp
All Implemented Interfaces:
Serializable

public class LocalQCacheOp extends Object implements Serializable
Represents a cache replication event in the local queue. This turned out to be very similar to RmiEventMessage
See Also:
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCacheName

      public String getCacheName()
    • getAction

      public LocalQCacheOp.Action getAction()
    • getKey

      @Nullable public Serializable getKey()
    • getValue

      @Nullable public Serializable getValue()
    • isReplicatePutsViaCopy

      public boolean isReplicatePutsViaCopy()
    • getCreationTimeInMillis

      public long getCreationTimeInMillis()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object