com.basho.riak.pbc
Class FetchMeta

java.lang.Object
  extended by 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

Constructor Summary
FetchMeta(Integer r, Integer pr, Boolean notFoundOK, Boolean basicQuorum, Boolean headOnly, Boolean returnDeletedVClock, VClock ifModifiedVClock)
           
 
Method Summary
static FetchMeta empty()
           
 void write(RPB.RpbGetReq.Builder b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

write

public void write(RPB.RpbGetReq.Builder b)

empty

public static FetchMeta empty()
Returns:
an empty fetch meta


Copyright © 2012. All Rights Reserved.