MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.interfaces
Interface RandomUpdate

All Superinterfaces:
IndexInterface, Source, StreamStore
All Known Implementing Classes:
IndexRandomStore, RandomStore

public interface RandomUpdate
extends StreamStore, IndexInterface


Method Summary
 void delete(IndexSchema schema, Token[] values)
           
 void deleteItems(int[] ids)
           
 
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
 
Methods inherited from interface ch.ethz.mxquery.sms.interfaces.IndexInterface
registerIndex
 

Method Detail

delete

void delete(IndexSchema schema,
            Token[] values)

deleteItems

void deleteItems(int[] ids)

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich