All pastes #2051293 Raw Edit

Untitled

public text v1 · immutable
#2051293 ·published 2011-04-27 18:55 UTC
rendered paste body
BigInteger hashkey = FBUtilities.hash(ks.key);
this.currentToken = hashkey;
...

KeyRange kr = new KeyRange();
kr.setStart_token(this.currentToken.toString());
kr.setEnd_token(this.endToken.toString());
kr.setCount(this.keyRangeSize);
List<KeySlice> results = client.get_range_slices(this.runArgs.get("ks"),
parent, pred, kr, this.readConsistencyLevel);