Modifier and Type | Interface and Description |
---|---|
interface |
IndexGateway |
interface |
IndexShardGateway |
Modifier and Type | Class and Description |
---|---|
class |
IndexShardGatewayService |
Modifier and Type | Class and Description |
---|---|
class |
LocalIndexGateway |
class |
LocalIndexShardGateway |
Modifier and Type | Class and Description |
---|---|
class |
NoneIndexGateway |
class |
NoneIndexShardGateway |
Modifier and Type | Interface and Description |
---|---|
interface |
MergePolicyProvider<T extends org.apache.lucene.index.MergePolicy> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMergePolicyProvider<MP extends org.apache.lucene.index.MergePolicy> |
class |
LogByteSizeMergePolicyProvider |
class |
LogDocMergePolicyProvider |
class |
TieredMergePolicyProvider |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexStore
Index store is an index level information of the
Store each shard will use. |
Modifier and Type | Class and Description |
---|---|
class |
Store
A Store provides plain access to files written by an elasticsearch index shard.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFsIndexStore |
class |
FsIndexStore |
class |
MmapFsIndexStore |
class |
NioFsIndexStore |
class |
SimpleFsIndexStore |
Modifier and Type | Class and Description |
---|---|
class |
RamIndexStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexStore |
Modifier and Type | Interface and Description |
---|---|
interface |
Translog |
Modifier and Type | Class and Description |
---|---|
class |
FsTranslog |
Modifier and Type | Method and Description |
---|---|
Collection<Class<? extends CloseableIndexComponent>> |
AbstractPlugin.indexServices()
Defaults to return an empty list.
|
Collection<Class<? extends CloseableIndexComponent>> |
PluginsService.indexServices() |
Collection<Class<? extends CloseableIndexComponent>> |
Plugin.indexServices()
Per index services that will be automatically closed.
|
Collection<Class<? extends CloseableIndexComponent>> |
AbstractPlugin.shardServices()
Defaults to return an empty list.
|
Collection<Class<? extends CloseableIndexComponent>> |
PluginsService.shardServices() |
Collection<Class<? extends CloseableIndexComponent>> |
Plugin.shardServices()
Per index shard service that will be automatically closed.
|
Copyright © 2009–2015. All rights reserved.