Class ChangeFeedKey

  • All Implemented Interfaces:
    java.io.Serializable

    @Embeddable
    public class ChangeFeedKey
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.UUID refId  
      protected java.lang.Integer refRev  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangeFeedKey()  
      ChangeFeedKey​(java.util.UUID refId, java.lang.Integer refRev)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • refId

        protected java.util.UUID refId
      • refRev

        protected java.lang.Integer refRev
    • Constructor Detail

      • ChangeFeedKey

        public ChangeFeedKey()
      • ChangeFeedKey

        public ChangeFeedKey​(java.util.UUID refId,
                             java.lang.Integer refRev)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object