public class CoreRangeScanItem extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CoreRangeScanItem(int flags,
Instant expiry,
long seqno,
long cas,
byte[] key,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
long |
cas() |
boolean |
equals(Object o) |
Instant |
expiry() |
int |
flags() |
int |
hashCode() |
String |
key() |
static CoreRangeScanItem |
keyAndBody(int flags,
Instant expiry,
long seqno,
long cas,
byte[] key,
byte[] value) |
byte[] |
keyBytes() |
static CoreRangeScanItem |
keyOnly(byte[] key) |
long |
seqno() |
String |
toString() |
byte[] |
value() |
protected CoreRangeScanItem(int flags,
Instant expiry,
long seqno,
long cas,
byte[] key,
byte[] value)
public static CoreRangeScanItem keyOnly(byte[] key)
public static CoreRangeScanItem keyAndBody(int flags, Instant expiry, long seqno, long cas, byte[] key, byte[] value)
public int flags()
public Instant expiry()
public long seqno()
public long cas()
public String key()
public byte[] keyBytes()
public byte[] value()
Copyright © 2024 Couchbase, Inc.. All rights reserved.