org.xcmis.search.lucene.index
Interface IndexDataManager<D,R,Y>

All Superinterfaces:
IndexDataConsumer<R,D,Y>, IndexDataKeeper<D>, StartableResource
All Known Subinterfaces:
LuceneIndexDataManager, TransactionableLuceneIndexDataManager
All Known Implementing Classes:
CacheableIndexDataManager, LocalIndexDataManagerProxy, LocalStorageIndexDataManager, LuceneIndexingService, PersistedIndex, ReducibleInMemoryIndexDataKeeper, StartableIndexingService, TransactionableIndexDataManager

public interface IndexDataManager<D,R,Y>
extends IndexDataKeeper<D>, IndexDataConsumer<R,D,Y>

Created by The eXo Platform SAS.

Version:
$Id: IndexDataManager.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Sergey Kabashnyuk

Method Summary
 
Methods inherited from interface org.xcmis.search.lucene.index.IndexDataKeeper
save
 
Methods inherited from interface org.xcmis.search.lucene.index.StartableResource
isStarted, isStoped, start, stop
 
Methods inherited from interface org.xcmis.search.lucene.index.IndexDataConsumer
getDirectory, getDirectorySize, getDocument, getDocumentCount, getIndexReader, getLastModifedTime
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.