|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteBucket | |
---|---|
com.basho.riak.client | Provides the top-level IRiakClient
and IRiakObject classes required to store data
in Riak, start here. |
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. |
Uses of WriteBucket in com.basho.riak.client |
---|
Methods in com.basho.riak.client that return WriteBucket | |
---|---|
WriteBucket |
IRiakClient.createBucket(String bucketName)
Create a new WriteBucket operation
to create a Bucket named for the passed String. |
WriteBucket |
DefaultRiakClient.createBucket(String bucketName)
|
WriteBucket |
IRiakClient.updateBucket(Bucket bucket)
Create a new WriteBucket operation to update passed bucket. |
WriteBucket |
DefaultRiakClient.updateBucket(Bucket b)
|
Uses of WriteBucket in com.basho.riak.client.bucket |
---|
Methods in com.basho.riak.client.bucket that return WriteBucket | |
---|---|
WriteBucket |
WriteBucket.addPostcommitHook(NamedErlangFunction postcommitHook)
Add a postcommit hook to the Collection of post commit hooks for the bucket to written. |
WriteBucket |
WriteBucket.addPrecommitHook(NamedFunction preCommitHook)
Add a precommit hook to the Collection of hooks to be written. |
WriteBucket |
WriteBucket.allowSiblings(boolean allowSiblings)
Should the bucket have allow_mult set to true? |
WriteBucket |
WriteBucket.backend(String backend)
Which backend this bucket uses. |
WriteBucket |
WriteBucket.basicQuorum(boolean basicQuorum)
The default basic_quorum value NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.bigVClock(int bigVClock)
set the big_vclock prune size NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.chashKeyFunction(NamedErlangFunction chashKeyFunction)
Set the chash_key_fun on the bucket to be written NOTE: at present this is not supported by the PB API and has no effect for that client. |
WriteBucket |
WriteBucket.disableSearch()
convenience for setting search=false **and** removing the search precommit hook (support for both pre-1.0 and 1.0 search) NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that
transport |
WriteBucket |
WriteBucket.dw(int dw)
The default dw quorom as an int NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.dw(Quora dw)
The default dw quorom NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.enableForSearch()
convenience for setting search=true **and** adding the search precommit hook (support for both pre-1.0 and 1.0 search) NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.lastWriteWins(boolean lastWriteWins)
Is this bucket last_write_wins? NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport. |
WriteBucket |
WriteBucket.lazyLoadBucketProperties()
Prior to the addition of this method there was no way to prevent execute() from fetching the BucketProperties from Riak
after storing any modifications made via this object. |
WriteBucket |
WriteBucket.linkWalkFunction(NamedErlangFunction linkWalkFunction)
Set the link_walk_fun used by Riak on the bucket to be written. |
WriteBucket |
WriteBucket.notFoundOK(boolean notFoundOK)
The default notfound_ok value NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.nVal(int nVal)
The n_val for this bucket |
WriteBucket |
WriteBucket.oldVClock(long oldVClock)
set the old_vclock prune age NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.postcommitHooks(Collection<NamedErlangFunction> postCommitHooks)
Add a collection of postcommit hooks to the bucket to be written. |
WriteBucket |
WriteBucket.pr(int pr)
The default pr quorom as an int NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.pr(Quora pr)
The default pr quorom NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.precommitHooks(Collection<NamedFunction> precommitHooks)
A Collection of precommit hooks for this bucket NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.pw(int pw)
The default dw quorom as an int NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.pw(Quora pw)
The default pw quorom NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.r(int r)
The default r quorom as an int NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.r(Quora r)
The default r Quorom for the bucket NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.rw(int rw)
The default rw quorom as an int NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.rw(Quora rw)
The default rw quorom NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.smallVClock(int smallVClock)
set the small vclock prune size NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.w(int w)
The default w quorom as an int NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.w(Quora w)
The default w quorom NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
WriteBucket |
WriteBucket.withRetrier(Retrier retrier)
Specify the retrier to use for this operation. |
WriteBucket |
WriteBucket.youngVClock(long youngVClock)
set the young_vclock prune age NOTE: at present this is not supported by PB API and an UnsupportedPropertyException will be thrown if called for that transport |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |