| IndexingMemoryController |
|
| IndicesModule |
Configures classes and services that are shared by indices on each node.
|
| IndicesQueryCache |
|
| IndicesRequestCache |
The indices request cache allows to cache a shard level request stage responses, helping with improving
similar requests that are potentially expensive (because of aggs for example).
|
| IndicesService |
|
| NodeIndicesStats |
Global information on indices stats running on a specific node.
|
| ShardLimitValidator |
This class contains the logic used to check the cluster-wide shard limit before shards are created and ensuring that the limit is
updated correctly on setting updates, etc.
|
| SystemIndexDescriptor |
A system index descriptor describes one or more system indices.
|
| SystemIndexDescriptor.Builder |
|
| SystemIndexManager |
This class ensures that all system indices have up-to-date mappings, provided
those indices can be automatically managed.
|
| SystemIndices |
|
| TermsLookup |
Encapsulates the parameters needed to fetch terms.
|
| TimestampFieldMapperService |
Tracks the mapping of the @timestamp field of immutable indices that expose their timestamp range in their index metadata.
|