public class CursorPara extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CursorPara.CursorType |
Constructor and Description |
---|
CursorPara(String store,
short batchSize,
byte cursorType) |
CursorPara(String store,
short batchSize,
byte cursorType,
String queryStr) |
CursorPara(String store,
short batchSize,
voldemort.store.cachestore.Key from) |
CursorPara(String store,
short batchSize,
voldemort.store.cachestore.Key from,
voldemort.store.cachestore.Key to) |
CursorPara(String store,
short batchSize,
voldemort.store.cachestore.Key from,
voldemort.store.cachestore.Key to,
String queryStr) |
Modifier and Type | Method and Description |
---|---|
short |
getBatchSize() |
long |
getCursorId() |
CursorPara.CursorType |
getCursorType() |
voldemort.store.cachestore.Key |
getFrom() |
List<voldemort.store.cachestore.voldeimpl.KeyValue> |
getKeyValueList() |
String |
getQueryStr() |
String |
getStore() |
voldemort.store.cachestore.Key |
getTo() |
boolean |
isEnd() |
boolean |
isStart() |
boolean |
isStop() |
void |
setBatchSize(short batchSize) |
void |
setCursorId(long cursorId) |
void |
setEnd(boolean end) |
void |
setFrom(voldemort.store.cachestore.Key from) |
void |
setKeyValueList(List<voldemort.store.cachestore.voldeimpl.KeyValue> keyValueList) |
void |
setQueryStr(String queryStr) |
void |
setStart(boolean start) |
void |
setStop(boolean stop) |
void |
setTo(voldemort.store.cachestore.Key to) |
public CursorPara(String store, short batchSize, voldemort.store.cachestore.Key from)
public CursorPara(String store, short batchSize, voldemort.store.cachestore.Key from, voldemort.store.cachestore.Key to)
public CursorPara(String store, short batchSize, voldemort.store.cachestore.Key from, voldemort.store.cachestore.Key to, String queryStr)
public CursorPara(String store, short batchSize, byte cursorType)
public String getQueryStr()
public void setQueryStr(String queryStr)
public String getStore()
public long getCursorId()
public void setCursorId(long cursorId)
public boolean isEnd()
public void setEnd(boolean end)
public boolean isStart()
public void setStart(boolean start)
public short getBatchSize()
public void setBatchSize(short batchSize)
public voldemort.store.cachestore.Key getFrom()
public void setFrom(voldemort.store.cachestore.Key from)
public voldemort.store.cachestore.Key getTo()
public void setTo(voldemort.store.cachestore.Key to)
public List<voldemort.store.cachestore.voldeimpl.KeyValue> getKeyValueList()
public void setKeyValueList(List<voldemort.store.cachestore.voldeimpl.KeyValue> keyValueList)
public CursorPara.CursorType getCursorType()
public void setStop(boolean stop)
public boolean isStop()
Copyright © 2016. All rights reserved.