@Stability.Internal public final class CoreGetResult extends CoreKvResult
| Constructor and Description |
|---|
CoreGetResult(CoreKvResponseMetadata meta,
CoreKeyspace keyspace,
String key,
byte[] content,
int flags,
long cas,
Instant expiry,
boolean replica) |
| Modifier and Type | Method and Description |
|---|---|
long |
cas() |
byte[] |
content() |
Instant |
expiry() |
int |
flags() |
boolean |
replica() |
key, keyspace, metapublic CoreGetResult(@Nullable CoreKvResponseMetadata meta, CoreKeyspace keyspace, String key, byte[] content, int flags, long cas, @Nullable Instant expiry, boolean replica)
Copyright © 2024 Couchbase, Inc.. All rights reserved.