Class MonitorUpdateId


  • public class MonitorUpdateId
    extends Object
    An opaque identifier describing a specific [`Persist`] method call.
    • Method Detail

      • hash

        public long hash()
        Generates a non-cryptographic 64-bit hash of the MonitorUpdateId.
      • hashCode

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

        public boolean eq​(MonitorUpdateId b)
        Checks if two MonitorUpdateIds contain equal inner contents. This ignores pointers and is_owned flags and looks at the values in fields. Two objects with NULL inner values will be considered "equal" here.