Uses of Class
com.couchbase.client.core.message.kv.subdoc.simple.SubArrayRequest.ArrayOperation
Package | Description |
---|---|
com.couchbase.client.core.message.kv.subdoc.simple |
-
Uses of SubArrayRequest.ArrayOperation in com.couchbase.client.core.message.kv.subdoc.simple
Methods in com.couchbase.client.core.message.kv.subdoc.simple that return SubArrayRequest.ArrayOperation Modifier and Type Method 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.Constructors in com.couchbase.client.core.message.kv.subdoc.simple with parameters of type SubArrayRequest.ArrayOperation Constructor Description SubArrayRequest(String key, String path, SubArrayRequest.ArrayOperation arrayOp, ByteBuf fragment, String bucket)
Creates a newSubArrayRequest
of type arrayOp.SubArrayRequest(String key, String path, SubArrayRequest.ArrayOperation arrayOp, ByteBuf fragment, String bucket, int expiration, long cas)
Creates a newSubArrayRequest
of type arrayOp.