| Interface | Description |
|---|---|
| IndicesLifecycle |
A global component allowing to register for lifecycle of an index (create/closed) and
an index shard (created/closed).
|
| IndicesWarmer.TerminationHandle |
A handle on the execution of warm-up action.
|
| Class | Description |
|---|---|
| IndicesLifecycle.Listener |
A listener for index and index shard lifecycle events (create/closed).
|
| IndicesModule |
Configures classes and services that are shared by indices on each node.
|
| IndicesService | |
| IndicesWarmer | |
| IndicesWarmer.Listener | |
| IndicesWarmer.WarmerContext | |
| InternalIndicesLifecycle |
InternalIndicesLifecycle handles invoking each listener for the Index.
|
| NodeIndicesStats |
Global information on indices stats running on a specific node.
|
| Exception | Description |
|---|---|
| AliasFilterParsingException | |
| IndexAlreadyExistsException | |
| IndexClosedException |
Exception indicating that one or more requested indices are closed.
|
| IndexCreationException | |
| IndexPrimaryShardNotAllocatedException |
Thrown when some action cannot be performed because the primary shard of
some shard group in an index has not been allocated post api action.
|
| IndexTemplateAlreadyExistsException | |
| IndexTemplateMissingException | |
| InvalidAliasNameException | |
| InvalidIndexNameException | |
| InvalidIndexTemplateException | |
| InvalidTypeNameException | |
| TypeMissingException |
Copyright © 2009–2017. All rights reserved.