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
public abstract class AbstractIndexingContext extends java.lang.Object implements IndexingContext
-
-
Field Summary
-
Fields inherited from interface org.apache.maven.index.context.IndexingContext
INDEX_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 Summary
Constructors Constructor Description AbstractIndexingContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isReceivingUpdates()
Returns true if this context is receiving updates from remote via IndexUpdater.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.maven.index.context.IndexingContext
acquireIndexSearcher, close, commit, getAllGroups, getAnalyzer, getGavCalculator, getId, getIndexCreators, getIndexDirectory, getIndexDirectoryFile, getIndexUpdateUrl, getIndexWriter, getRepository, getRepositoryId, getRepositoryUrl, getRootGroups, getSize, getTimestamp, isSearchable, merge, merge, optimize, purge, rebuildGroups, releaseIndexSearcher, replace, replace, rollback, setAllGroups, setRootGroups, setSearchable, updateTimestamp, updateTimestamp, updateTimestamp
-
-
-
-
Method Detail
-
isReceivingUpdates
public boolean isReceivingUpdates()
Description copied from interface:IndexingContext
Returns true if this context is receiving updates from remote via IndexUpdater.- Specified by:
isReceivingUpdates
in interfaceIndexingContext
- Returns:
-
-