Class SiteEntry<V>

java.lang.Object
org.infinispan.xsite.spi.SiteEntry<V>

public class SiteEntry<V> extends Object
It stores the entry value and Metadata for a specific site.
Since:
12.0
Author:
Pedro Ruivo
  • Constructor Details

    • SiteEntry

      public SiteEntry(String siteName, V value, Metadata metadata)
  • Method Details

    • getSiteName

      public String getSiteName()
    • getValue

      public V getValue()
    • getMetadata

      public Metadata getMetadata()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object