Package | Description |
---|---|
com.basho.riak.client.core.operations |
Modifier and Type | Method and Description |
---|---|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withContext(BinaryValue ctx)
Set the context for this operation.
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withDw(int dw)
Set the DW value for this DtUpdateOperation.
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withNVal(int nval)
Set the n_val value for this operation.
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withOp(CrdtOp op)
Add an update op to this operation
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withPw(int pw)
Set the PW value for this DtUpdateOperation.
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withReturnBody(boolean returnBody)
Return the object after storing (including any siblings).
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withSloppyQuorum(boolean sloppyQuorum)
Set whether to use sloppy_quorum.
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withTimeout(int timeout)
Set a timeout for this operation.
|
DtUpdateOperation.Builder |
DtUpdateOperation.Builder.withW(int w)
Set the W value for this DtUpdateOperation.
|
Copyright © 2016. All rights reserved.