public class DeleteMeta extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeleteMeta.Builder |
Constructor and Description |
---|
DeleteMeta(Integer r,
Integer pr,
Integer w,
Integer dw,
Integer pw,
Integer rw,
VClock vclock)
Any of the parameters may be null.
|
DeleteMeta(Quorum r,
Quorum pr,
Quorum w,
Quorum dw,
Quorum pw,
Quorum rw,
VClock vclock)
Any of the parameters may be null.
|
public DeleteMeta(Integer r, Integer pr, Integer w, Integer dw, Integer pw, Integer rw, VClock vclock)
r
- pr
- w
- dw
- pw
- rw
- vclock
- public boolean hasR()
public Quorum getR()
public boolean hasPr()
public Quorum getPr()
public boolean hasW()
public Quorum getW()
public boolean hasDw()
public Quorum getDw()
public boolean hasPw()
public Quorum getPw()
public boolean hasRw()
public Quorum getRw()
public boolean hasVclock()
public VClock getVclock()
Copyright © 2012. All Rights Reserved.