|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexStorage | |
|---|---|
| org.sakaiproject.search.component.dao.impl | |
| org.sakaiproject.search.component.service.impl | |
| org.sakaiproject.search.index.impl | |
| org.sakaiproject.search.journal.impl | |
| Uses of IndexStorage in org.sakaiproject.search.component.dao.impl |
|---|
| Methods in org.sakaiproject.search.component.dao.impl that return IndexStorage | |
|---|---|
IndexStorage |
SearchIndexBuilderWorkerDaoJdbcImpl.getIndexStorage()
|
| Methods in org.sakaiproject.search.component.dao.impl with parameters of type IndexStorage | |
|---|---|
void |
SearchIndexBuilderWorkerDaoJdbcImpl.setIndexStorage(IndexStorage indexStorage)
|
| Uses of IndexStorage in org.sakaiproject.search.component.service.impl |
|---|
| Fields in org.sakaiproject.search.component.service.impl declared as IndexStorage | |
|---|---|
protected IndexStorage |
BaseSearchServiceImpl.indexStorage
|
| Methods in org.sakaiproject.search.component.service.impl that return IndexStorage | |
|---|---|
IndexStorage |
BaseSearchServiceImpl.getIndexStorage()
|
| Methods in org.sakaiproject.search.component.service.impl with parameters of type IndexStorage | |
|---|---|
void |
BaseSearchServiceImpl.setIndexStorage(IndexStorage indexStorage)
|
| Uses of IndexStorage in org.sakaiproject.search.index.impl |
|---|
| Classes in org.sakaiproject.search.index.impl that implement IndexStorage | |
|---|---|
class |
BaseIndexStorage
|
class |
ClusterFSIndexStorage
Implementation of IndexStorage using a Cluster File system. |
class |
FSIndexStorage
A local only filestore implementation. |
class |
SearchIndexStorage
A simple multiplex class to enable configuration of the storage mecahnism in sakai.properties to use indexStorageName@org.sakaiproject.search.index.IndexStorage = filesystem indexStorageName@org.sakaiproject.search.index.IndexStorage = cluster indexStorageName@org.sakaiproject.search.index.IndexStorage = db recoverCorruptedIndex@org.sakaiproject.search.index.IndexStorage = false may cahnge, and it is worth looking in the components for the real values. |
| Methods in org.sakaiproject.search.index.impl that return IndexStorage | |
|---|---|
IndexStorage |
SearchIndexStorage.getDefaultIndexStorage()
|
IndexStorage |
SearchIndexStorage.getRunningIndexStorage()
|
| Methods in org.sakaiproject.search.index.impl with parameters of type IndexStorage | |
|---|---|
void |
SearchIndexStorage.setDefaultIndexStorage(IndexStorage defaultIndexStorage)
|
void |
SearchIndexStorage.setRunningIndexStorage(IndexStorage runningIndexStorage)
|
| Uses of IndexStorage in org.sakaiproject.search.journal.impl |
|---|
| Classes in org.sakaiproject.search.journal.impl that implement IndexStorage | |
|---|---|
class |
ParallelIndexStorage
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||