public class BucketProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BucketProperties.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAllowMulti()
Get the allow_multi value.
|
String |
getBackend()
Get the backend.
|
Boolean |
getBasicQuorum()
Get the basic_quorum value.
|
Long |
getBigVClock()
Get the big_vclock value.
|
Function |
getChashKeyFunction()
Get the chash_keyfun value.
|
Quorum |
getDw()
Get the dw value.
|
Integer |
getHllPrecision()
Get the HyperLogLog Precision.
|
Boolean |
getLastWriteWins()
Get the last_write_wins value.
|
Boolean |
getLegacyRiakSearchEnabled()
Determine if legacy Riak Search is enabled.
|
Function |
getLinkwalkFunction()
Get the linkfun value.
|
Boolean |
getNotFoundOk()
Get the not_found_ok value.
|
Integer |
getNVal()
Get the nVal.
|
Long |
getOldVClock()
Get the old_vclock value.
|
List<Function> |
getPostcommitHooks()
Get the list of post-commit hooks.
|
Quorum |
getPr()
Get the pr value.
|
List<Function> |
getPrecommitHooks()
Get the list of pre-commit hooks.
|
Quorum |
getPw()
Set the pw value.
|
Quorum |
getR()
Get the r value.
|
Quorum |
getRw()
Get the rw value.
|
String |
getSearchIndex()
Get the associated Yokozuna Index.
|
Long |
getSmallVClock()
Get the small_vclock value.
|
Quorum |
getW()
Get the w value.
|
Long |
getYoungVClock()
Get the young_vclock value.
|
boolean |
hasAllowMulti()
Determine if an allow_multi value has been set.
|
boolean |
hasBackend()
Determine if an backend value has been set.
|
boolean |
hasBasicQuorum()
Determine if a basic_quorum value has been set.
|
boolean |
hasBigVClock()
Determine if an big_vclock value has been set.
|
boolean |
hasChashKeyFunction()
Determine if a chash_keyfun value has been set.
|
boolean |
hasDw()
Determine if a dw value has been set.
|
int |
hashCode() |
boolean |
hasHllPrecision()
Determine if an hllPrecision value has been set.
|
boolean |
hasLastWriteWins()
Determine if a last_write_wins value has been set.
|
boolean |
hasLegacyRiakSearchEnabled()
Determine if legacy Riak Search has been enabled.
|
boolean |
hasLinkwalkFunction()
Determine if a linkfun value has been set.
|
boolean |
hasNotFoundOk()
Determine if a not_found_ok value has been set.
|
boolean |
hasNVal()
Determine if an nVal value has been set.
|
boolean |
hasOldVClock()
Determine if an old_vclock value has been set.
|
boolean |
hasPostcommitHooks()
Determine if any post-commit hooks have been added.
|
boolean |
hasPr()
Determine if a pr value has been set.
|
boolean |
hasPrecommitHooks()
Determine if any pre-commit hooks have been added.
|
boolean |
hasPw()
Determine if a pw value has been set.
|
boolean |
hasR()
Determine if an r value has been set.
|
boolean |
hasRw()
Determine if an rw value has been set.
|
boolean |
hasSearchIndex()
Determine if a Yokozuna Index has been set.
|
boolean |
hasSmallVClock()
Determine if an small_vclock value has been set.
|
boolean |
hasW()
Determine if a w value has been set.
|
boolean |
hasYoungVClock()
Determine if an young_vclock value has been set.
|
String |
toString() |
public boolean hasLinkwalkFunction()
public Function getLinkwalkFunction()
public boolean hasChashKeyFunction()
public Function getChashKeyFunction()
public boolean hasRw()
public Quorum getRw()
public boolean hasDw()
public Quorum getDw()
public boolean hasW()
public Quorum getW()
public boolean hasR()
public Quorum getR()
public boolean hasPr()
public Quorum getPr()
public boolean hasPw()
public Quorum getPw()
public boolean hasNotFoundOk()
public Boolean getNotFoundOk()
BucketProperties.Builder.withNotFoundOk(boolean)
public boolean hasBasicQuorum()
public Boolean getBasicQuorum()
BucketProperties.Builder.withBasicQuorum(boolean)
public boolean hasPrecommitHooks()
public List<Function> getPrecommitHooks()
BucketProperties.Builder.withPrecommitHook(com.basho.riak.client.core.query.functions.Function)
public boolean hasPostcommitHooks()
public List<Function> getPostcommitHooks()
BucketProperties.Builder.withPostcommitHook(com.basho.riak.client.core.query.functions.Function)
public boolean hasOldVClock()
public Long getOldVClock()
BucketProperties.Builder.withOldVClock(long)
public boolean hasYoungVClock()
public Long getYoungVClock()
BucketProperties.Builder.withYoungVClock(long)
public boolean hasBigVClock()
public Long getBigVClock()
BucketProperties.Builder.withBigVClock(long)
public boolean hasSmallVClock()
public Long getSmallVClock()
BucketProperties.Builder.withSmallVClock(long)
public boolean hasBackend()
public String getBackend()
riak_kv_multi_backend
in
Riak.public boolean hasNVal()
public Integer getNVal()
public boolean hasLastWriteWins()
public Boolean getLastWriteWins()
public boolean hasAllowMulti()
public Boolean getAllowMulti()
public boolean hasLegacyRiakSearchEnabled()
public Boolean getLegacyRiakSearchEnabled()
public boolean hasSearchIndex()
public String getSearchIndex()
public boolean hasHllPrecision()
public Integer getHllPrecision()
Copyright © 2016. All rights reserved.