Package | Description |
---|---|
com.basho.riak.client.bucket |
A bucket is a namespace abstraction provided by Riak, the API uses
Bucket as the primary way to interact
with data stored in Riak. |
com.basho.riak.client.operations |
The interfaces/classes that model the set of operations for talking to Riak.
|
Modifier and Type | Method and Description |
---|---|
CounterObject |
DefaultBucket.counter(String counter) |
CounterObject |
Bucket.counter(String counter)
Creates a
CounterObject operation |
Modifier and Type | Method and Description |
---|---|
CounterObject |
CounterObject.basicQuorum(boolean basicQuorum)
fail early if a quorum of error/notfounds are reached before a successful
read (for a fetch operation)
|
CounterObject |
CounterObject.dw(int dw)
The durable write quorum for an increment operation
|
CounterObject |
CounterObject.dw(Quora dw)
The durable write quorum for for an increment operation
|
CounterObject |
CounterObject.dw(Quorum dw)
The durable write quorum for an increment operation
|
CounterObject |
CounterObject.increment(Long increment) |
CounterObject |
CounterObject.notFoundOK(boolean notFoundOK)
if notfound_ok counts towards r count (for a fetch operation)
|
CounterObject |
CounterObject.pr(int pr)
The pr for a fetch operation
|
CounterObject |
CounterObject.pr(Quora pr)
The pr for a fetch operation
|
CounterObject |
CounterObject.pr(Quorum pr)
The pr for a fetch operation
|
CounterObject |
CounterObject.pw(int pw)
Set the primary write quorum for an increment operation, takes precedence
over w.
|
CounterObject |
CounterObject.pw(Quora pw)
Set the primary write quorum for an increment operation, takes precedence
over w.
|
CounterObject |
CounterObject.pw(Quorum pw)
Set the primary write quorum for an increment operation, takes precedence
over w.
|
CounterObject |
CounterObject.r(int r)
Set the read quorum for a fetch operation
|
CounterObject |
CounterObject.r(Quora r)
Set the read quorum for a fetch operation
|
CounterObject |
CounterObject.r(Quorum r)
Set the read quorum for a fetch operation
|
CounterObject |
CounterObject.returnValue(boolean returnValue)
Should an increment operation return the new value?
|
CounterObject |
CounterObject.w(int w)
Set the write quorum for an increment operation
|
CounterObject |
CounterObject.w(Quora w)
Set the write quorum for an increment operation
|
CounterObject |
CounterObject.w(Quorum w)
Set the write quorum for an increment operation
|
Copyright © 2014. All Rights Reserved.