Package org.apache.maven.index.context
Class AbstractIndexingContext
java.lang.Object
org.apache.maven.index.context.AbstractIndexingContext
- All Implemented Interfaces:
- IndexingContext
- Direct Known Subclasses:
- DefaultIndexingContext,- MergedIndexingContext
- 
Field SummaryFields inherited from interface org.apache.maven.index.context.IndexingContextINDEX_CHAIN_ID, INDEX_CHUNK_COUNTER, INDEX_CHUNK_PREFIX, INDEX_FILE_PREFIX, INDEX_ID, INDEX_LEGACY_TIMESTAMP, INDEX_PACKER_PROPERTIES_FILE, INDEX_PROPERTY_PREFIX, INDEX_REMOTE_PROPERTIES_FILE, INDEX_TIME_DAY_FORMAT, INDEX_TIME_FORMAT, INDEX_TIMESTAMP, INDEX_UPDATER_PROPERTIES_FILE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns true if this context is receiving updates from remote via IndexUpdater.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.index.context.IndexingContextacquireIndexSearcher, close, commit, getAllGroups, getAnalyzer, getGavCalculator, getId, getIndexCreators, getIndexDirectory, getIndexDirectoryFile, getIndexUpdateUrl, getIndexWriter, getRepository, getRepositoryId, getRepositoryUrl, getRootGroups, getSize, getTimestamp, isSearchable, merge, merge, merge, optimize, purge, rebuildGroups, releaseIndexSearcher, replace, replace, rollback, setAllGroups, setRootGroups, setSearchable, updateTimestamp, updateTimestamp, updateTimestamp
- 
Constructor Details- 
AbstractIndexingContextpublic AbstractIndexingContext()
 
- 
- 
Method Details- 
isReceivingUpdatespublic boolean isReceivingUpdates()Description copied from interface:IndexingContextReturns true if this context is receiving updates from remote via IndexUpdater.- Specified by:
- isReceivingUpdatesin interface- IndexingContext
- Returns:
 
 
-