Package | Description |
---|---|
net.sf.mmm.search.indexer.base.state |
Contains the base-implementation of the
Search-Indexer State API . |
Modifier and Type | Field and Description |
---|---|
private List<SearchIndexerSourceStateBean> |
SearchIndexerStateBean.sources |
private Map<String,SearchIndexerSourceStateBean> |
SearchIndexerStateBean.sourceStateMap |
Modifier and Type | Method and Description |
---|---|
SearchIndexerSourceStateBean |
SearchIndexerStateBean.getOrCreateSourceState(String source) |
Modifier and Type | Method and Description |
---|---|
List<SearchIndexerSourceStateBean> |
SearchIndexerStateBean.getSources()
This method gets the
List of SearchIndexerSourceStateBean . |
protected Map<String,SearchIndexerSourceStateBean> |
SearchIndexerStateBean.getSourceStateMap() |
Modifier and Type | Method and Description |
---|---|
void |
SearchIndexerStateBean.setSources(List<SearchIndexerSourceStateBean> sources) |
Copyright © 2001–2016 mmm-Team. All rights reserved.