Package | Description |
---|---|
org.elasticsearch.index | |
org.elasticsearch.index.gateway | |
org.elasticsearch.index.gateway.local | |
org.elasticsearch.index.gateway.none |
Modifier and Type | Method and Description |
---|---|
IndexGateway |
IndexService.gateway() |
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 |
---|
IndexShardGatewayModule(IndexGateway indexGateway) |
Modifier and Type | Class and Description |
---|---|
class |
LocalIndexGateway |
Modifier and Type | Class and Description |
---|---|
class |
NoneIndexGateway |
Copyright © 2009–2015. All rights reserved.