Package | Description |
---|---|
com.basho.riak.client.core.operations |
Modifier and Type | Method and Description |
---|---|
DeleteOperation.Builder |
DeleteOperation.Builder.withDw(int dw)
Set the DW value for this query.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withNVal(int nval)
Set the n_val for this operation.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withPr(int pr)
Set the PR value for this query.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withPw(int pw)
Set the PW value for this query.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withR(int r)
Set the R value for this FetchOperation.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withRw(int rw)
Set the RW value for this query.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withSloppyQuorum(boolean sloppyQuorum)
Set whether to use sloppy_quorum.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withTimeout(int timeout)
Set a timeout for this operation.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withVclock(VClock vclock)
Set the Vclock to be used for this query.
|
DeleteOperation.Builder |
DeleteOperation.Builder.withW(int w)
Set the W value for this query.
|
Copyright © 2016. All rights reserved.