MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.MMimpl
Class RandomStore

java.lang.Object
  extended by ch.ethz.mxquery.sms.MMimpl.RandomStore
All Implemented Interfaces:
Source, IndexInterface, RandomUpdate, StreamStore
Direct Known Subclasses:
IndexRandomStore

public abstract class RandomStore
extends java.lang.Object
implements RandomUpdate


Field Summary
 int id
           
 
Constructor Summary
RandomStore(int id)
           
 
Method Summary
 int getMyId()
          Returns the store id (mostly for debugging)
 
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.RandomUpdate
delete, deleteItems
 
Methods inherited from interface ch.ethz.mxquery.sms.interfaces.StreamStore
buffer, get, newItem, setIterator
 
Methods inherited from interface ch.ethz.mxquery.datamodel.Source
compare, copySource, getIterator, getURI
 
Methods inherited from interface ch.ethz.mxquery.sms.interfaces.IndexInterface
registerIndex
 

Field Detail

id

public int id
Constructor Detail

RandomStore

public RandomStore(int id)
Method Detail

getMyId

public int getMyId()
Description copied from interface: StreamStore
Returns the store id (mostly for debugging)

Specified by:
getMyId in interface StreamStore
Returns:
id of the store given at creation time

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich