public class JcrXmlPersistenceIndexer extends SynchIndexer<InputStream,File>
Indexer.IndexerType, Indexer.NoContent| Constructor and Description |
|---|
JcrXmlPersistenceIndexer(String pathName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Indexer.IndexerType |
getIndexerType() |
Callable<File> |
removeSynch(String id)
Remove the object from the file system.
|
Callable<File> |
updateSynch(String id,
InputStream content)
Create/update an index entry for the object.
|
executorServiceremove, updatepublic JcrXmlPersistenceIndexer(String pathName)
pathName - of directory in which jcr/xml exports will be storedpublic Callable<File> updateSynch(String id, InputStream content)
updateSynch in class AsynchIndexer<InputStream,File>id - content - public Callable<File> removeSynch(String id)
removeSynch in class AsynchIndexer<InputStream,File>public Indexer.IndexerType getIndexerType()
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.