Modifier and Type | Method and Description |
---|---|
IndexStore |
IndexService.store() |
Constructor and Description |
---|
IndexService(Injector injector,
Index index,
Settings indexSettings,
NodeEnvironment nodeEnv,
AnalysisService analysisService,
MapperService mapperService,
IndexQueryParserService queryParserService,
SimilarityService similarityService,
IndexAliasesService aliasesService,
IndexCache indexCache,
IndexEngine indexEngine,
IndexGateway indexGateway,
IndexStore indexStore,
IndexSettingsService settingsService,
IndexFieldDataService indexFieldData,
FixedBitSetFilterCache fixedBitSetFilterCache,
IndicesService indicesServices) |
Constructor and Description |
---|
StoreModule(Settings settings,
IndexStore indexStore,
ShardLock lock,
Store.OnClose closeCallback) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFsIndexStore |
class |
FsIndexStore |
class |
MmapFsIndexStore |
class |
NioFsIndexStore |
class |
SimpleFsIndexStore |
Constructor and Description |
---|
DefaultFsDirectoryService(ShardId shardId,
Settings indexSettings,
IndexStore indexStore) |
FsDirectoryService(ShardId shardId,
Settings indexSettings,
IndexStore indexStore) |
MmapFsDirectoryService(ShardId shardId,
Settings indexSettings,
IndexStore indexStore) |
NioFsDirectoryService(ShardId shardId,
Settings indexSettings,
IndexStore indexStore) |
SimpleFsDirectoryService(ShardId shardId,
Settings indexSettings,
IndexStore indexStore) |
Modifier and Type | Class and Description |
---|---|
class |
RamIndexStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexStore |
Constructor and Description |
---|
FsTranslog(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
BigArrays bigArrays,
IndexStore indexStore) |
Copyright © 2009–2015. All rights reserved.