MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.MMimpl
Class RandomFIFOStore

java.lang.Object
  extended by ch.ethz.mxquery.sms.MMimpl.FIFOStore
      extended by ch.ethz.mxquery.sms.MMimpl.RandomFIFOStore
All Implemented Interfaces:
Source, ActiveStore, AppendUpdate, RandomRead, ReadInterface, StreamStore, MXQueryAppendUpdate
Direct Known Subclasses:
IndexFIFOStore

public class RandomFIFOStore
extends FIFOStore
implements RandomRead


Field Summary
 
Fields inherited from class ch.ethz.mxquery.sms.MMimpl.FIFOStore
iterator, readThread
 
Constructor Summary
RandomFIFOStore(int id, int blocksize, WindowBuffer container)
           
 
Method Summary
 void start()
          Start the gathering of the active store
 
Methods inherited from class ch.ethz.mxquery.sms.MMimpl.FIFOStore
buffer, compare, copySource, deleteItems, get, get, getAttributePosFromNodeId, getAttributePosFromTokenId, getCurrentTokenId, getIterator, getMyId, getNodeIdFromTokenId, getSize, getTokenIdForNode, getURI, hasNode, newItem, setContainer, 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

RandomFIFOStore

public RandomFIFOStore(int id,
                       int blocksize,
                       WindowBuffer container)
Method Detail

start

public void start()
Description copied from interface: ActiveStore
Start the gathering of the active store

Specified by:
start in interface ActiveStore

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich