Package | Description |
---|---|
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
Modifier and Type | Method and Description |
---|---|
Increment |
Increment.createPath()
Sets that this parent fields should be created automatically.
|
static Increment |
MutateInSpec.decrement(String path,
long delta)
Creates a command with the intent of decrementing a numerical field in a JSON object.
|
static Increment |
MutateInSpec.increment(String path,
long delta)
Creates a command with the intent of incrementing a numerical field in a JSON object.
|
Increment |
Increment.xattr()
Sets that this is an extended attribute (xattr) field.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.