| Package | Description |
|---|---|
| com.couchbase.client.dcp | |
| com.couchbase.client.dcp.config |
| Modifier and Type | Method and Description |
|---|---|
Client.Builder |
Client.Builder.controlParam(DcpControl.Names name,
Object value)
Set all kinds of DCP control params - check their description for more information.
|
| Modifier and Type | Method and Description |
|---|---|
static DcpControl.Names |
DcpControl.Names.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DcpControl.Names[] |
DcpControl.Names.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DcpControl.get(DcpControl.Names name)
Returns a param if set, otherwise null is returned.
|
DcpControl |
DcpControl.put(DcpControl.Names name,
String value)
Store/Override a control parameter.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.