Class CoreRangeScanItem

  • Direct Known Subclasses:
    LastCoreRangeScanItem

    public class CoreRangeScanItem
    extends Object
    Represents one individual document returned from a kv range scan stream.
    • Constructor Detail

      • CoreRangeScanItem

        protected CoreRangeScanItem​(int flags,
                                    Instant expiry,
                                    long seqno,
                                    long cas,
                                    byte[] key,
                                    byte[] value)
    • Method Detail

      • keyAndBody

        public static CoreRangeScanItem keyAndBody​(int flags,
                                                   Instant expiry,
                                                   long seqno,
                                                   long cas,
                                                   byte[] key,
                                                   byte[] value)
      • flags

        public int flags()
      • seqno

        public long seqno()
      • cas

        public long cas()
      • keyBytes

        public byte[] keyBytes()
      • value

        public byte[] value()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object