|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basho.riak.client.bucket.VClockPruneProps
public class VClockPruneProps
Parameter wrapper class for the set of vclock prune properties
BucketProperties
Constructor Summary | |
---|---|
VClockPruneProps(Integer smallVClock,
Integer bigVClock,
Long youngVClock,
Long oldVClock)
Create an instance for the provided set of prone properties |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getBigVClock()
the big_vclock property for this bucket. |
Long |
getOldVClock()
the old_vclock property for this bucket. |
Integer |
getSmallVClock()
the small_vclock property for this bucket. |
Long |
getYoungVClock()
The young_vclcok property for this bucket. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VClockPruneProps(Integer smallVClock, Integer bigVClock, Long youngVClock, Long oldVClock)
smallVClock
- bigVClock
- youngVClock
- oldVClock
- Method Detail |
---|
public Integer getSmallVClock()
public Integer getBigVClock()
public Long getYoungVClock()
public Long getOldVClock()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |