com.basho.riak.pbc
Class FetchMeta
java.lang.Object
com.basho.riak.pbc.FetchMeta
public class FetchMeta
- extends Object
Encapsulate the set of request parameters for a fetch operation on the pb
interface
- Author:
- russell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchMeta
public FetchMeta(Integer r,
Integer pr,
Boolean notFoundOK,
Boolean basicQuorum,
Boolean headOnly,
Boolean returnDeletedVClock,
VClock ifModifiedVClock)
- Parameters:
r
- pr
- notFoundOK
- basicQuorum
- headOnly
- returnDeletedVClock
- vtag
- if not null then a conditional fetch
write
public void write(RPB.RpbGetReq.Builder b)
empty
public static FetchMeta empty()
- Returns:
- an empty fetch meta
Copyright © 2012. All Rights Reserved.