com.basho.riak.pbc
Class BucketProperties
java.lang.Object
com.basho.riak.pbc.BucketProperties
public class BucketProperties
- extends Object
PBC's limited model of Riak Bucket properties.
BucketProperties
public BucketProperties()
init
public void init(RPB.RpbGetBucketResp resp)
getAllowMult
public Boolean getAllowMult()
getNValue
public Integer getNValue()
allowMult
public BucketProperties allowMult(boolean val)
nValue
public BucketProperties nValue(int val)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.