Package | Description |
---|---|
com.couchbase.client.core.message.kv.subdoc.simple |
Modifier and Type | Method and Description |
---|---|
SubArrayRequest.ArrayOperation |
SubArrayRequest.arrayOperation() |
static SubArrayRequest.ArrayOperation |
SubArrayRequest.ArrayOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubArrayRequest.ArrayOperation[] |
SubArrayRequest.ArrayOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SubArrayRequest(String key,
String path,
SubArrayRequest.ArrayOperation arrayOp,
ByteBuf fragment,
String bucket)
Creates a new
SubArrayRequest of type arrayOp. |
SubArrayRequest(String key,
String path,
SubArrayRequest.ArrayOperation arrayOp,
ByteBuf fragment,
String bucket,
int expiration,
long cas)
Creates a new
SubArrayRequest of type arrayOp. |
Copyright © 2017 Couchbase, Inc.. All rights reserved.