|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AppendUpdate
Interface for FIFO udpates (new data - only inserts; update state - delete consumed)
| Method Summary | |
|---|---|
void |
deleteItems(int lastItemId)
Mark as consumed all items up to lastItemId |
| Methods inherited from interface ch.ethz.mxquery.sms.interfaces.StreamStore |
|---|
buffer, get, getMyId, newItem, setIterator |
| Methods inherited from interface ch.ethz.mxquery.datamodel.Source |
|---|
compare, copySource, getIterator, getURI |
| Method Detail |
|---|
void deleteItems(int lastItemId)
throws MXQueryException
lastItemId - Id of the item that was consumed last
MXQueryException
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||