MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.MMimpl
Class LazySequentialFIFOStore

java.lang.Object
  extended by ch.ethz.mxquery.sms.MMimpl.LazyFIFOStore
      extended by ch.ethz.mxquery.sms.MMimpl.LazySequentialFIFOStore
All Implemented Interfaces:
Source, AppendUpdate, RandomRead, ReadInterface, StreamStore, MXQueryAppendUpdate

public class LazySequentialFIFOStore
extends LazyFIFOStore
implements RandomRead


Constructor Summary
LazySequentialFIFOStore(int id, int blockSize, WindowBuffer container)
           
 
Method Summary
 void freeBuffers()
           
 void start()
           
 
Methods inherited from class ch.ethz.mxquery.sms.MMimpl.LazyFIFOStore
buffer, compare, copySource, deleteItems, get, get, getAttributePosFromNodeId, getAttributePosFromTokenId, getCurrentTokenId, getIterator, getMyId, getNodeIdFromTokenId, getSize, getTokenIdForNode, getURI, hasNode, newItem, readToken, setContainer, setContext, setContext, setIterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.ethz.mxquery.sms.interfaces.RandomRead
get, getAttributePosFromNodeId, getAttributePosFromTokenId, getNodeIdFromTokenId, getTokenIdForNode, hasNode
 

Constructor Detail

LazySequentialFIFOStore

public LazySequentialFIFOStore(int id,
                               int blockSize,
                               WindowBuffer container)
Method Detail

start

public void start()
Specified by:
start in class LazyFIFOStore

freeBuffers

public void freeBuffers()
Specified by:
freeBuffers in class LazyFIFOStore

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich