public class Cursor extends Object implements Serializable
Constructor and Description |
---|
Cursor(String store,
long cursorId,
short batchSize,
voldemort.store.cachestore.Key from,
voldemort.store.cachestore.Key to) |
Modifier and Type | Method and Description |
---|---|
short |
getBatchSize() |
long |
getBeginTime() |
long |
getCurrentRecord() |
long |
getCursorId() |
voldemort.store.cachestore.Key |
getFrom() |
Iterator |
getIterator() |
long |
getLastTime() |
String |
getStore() |
voldemort.store.cachestore.Key |
getTo() |
boolean |
isEnd() |
boolean |
isStart() |
void |
setCurrentRecord(long currentRecord) |
void |
setEnd(boolean end) |
void |
setIterator(Iterator iterator) |
void |
setLastTime(long lastTime) |
void |
setStart(boolean start) |
public Cursor(String store, long cursorId, short batchSize, voldemort.store.cachestore.Key from, voldemort.store.cachestore.Key to)
public String getStore()
public long getCursorId()
public Iterator getIterator()
public boolean isEnd()
public void setCurrentRecord(long currentRecord)
public boolean isStart()
public void setStart(boolean start)
public long getBeginTime()
public long getLastTime()
public void setLastTime(long lastTime)
public short getBatchSize()
public long getCurrentRecord()
public void setIterator(Iterator iterator)
public void setEnd(boolean end)
public voldemort.store.cachestore.Key getFrom()
public voldemort.store.cachestore.Key getTo()
Copyright © 2016. All rights reserved.