com.basho.riak.pbc
Class BucketProperties

java.lang.Object
  extended by com.basho.riak.pbc.BucketProperties

public class BucketProperties
extends Object

PBC's limited model of Riak Bucket properties.


Constructor Summary
BucketProperties()
           
 
Method Summary
 BucketProperties allowMult(boolean val)
           
 boolean equals(Object obj)
           
 Boolean getAllowMult()
           
 Integer getNValue()
           
 int hashCode()
           
 void init(RPB.RpbGetBucketResp resp)
           
 BucketProperties nValue(int val)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BucketProperties

public BucketProperties()
Method Detail

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.