java.lang.Object
org.apache.pekko.persistence.testkit.state.scaladsl.Record<A>
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class Record<A> extends Object implements scala.Product, Serializable
See Also:
  • Constructor Details

    • Record

      public Record(long globalOffset, String persistenceId, long revision, scala.Option<A> value, String tag, long timestamp)
  • Method Details

    • $lessinit$greater$default$6

      public static <A> long $lessinit$greater$default$6()
    • apply

      public static <A> Record<A> apply(long globalOffset, String persistenceId, long revision, scala.Option<A> value, String tag, long timestamp)
    • apply$default$6

      public static <A> long apply$default$6()
    • unapply

      public static <A> scala.Option<scala.Tuple6<Object,String,Object,scala.Option<A>,String,Object>> unapply(Record<A> x$0)
    • globalOffset

      public long globalOffset()
    • persistenceId

      public String persistenceId()
    • revision

      public long revision()
    • value

      public scala.Option<A> value()
    • tag

      public String tag()
    • timestamp

      public long timestamp()
    • toDurableStateChange

      public DurableStateChange<A> toDurableStateChange()
    • copy

      public <A> Record<A> copy(long globalOffset, String persistenceId, long revision, scala.Option<A> value, String tag, long timestamp)
    • copy$default$1

      public <A> long copy$default$1()
    • copy$default$2

      public <A> String copy$default$2()
    • copy$default$3

      public <A> long copy$default$3()
    • copy$default$4

      public <A> scala.Option<A> copy$default$4()
    • copy$default$5

      public <A> String copy$default$5()
    • copy$default$6

      public <A> long copy$default$6()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

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

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

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object