AliasAction |
|
AliasAction.Add |
Operation to add an alias to an index.
|
AliasAction.Remove |
Operation to remove an alias from an index.
|
AliasAction.RemoveIndex |
Operation to remove an index.
|
AliasMetaData |
|
AliasMetaData.Builder |
|
AliasOrIndex.Alias |
Represents an alias and groups all IndexMetaData instances sharing the same alias name together.
|
AliasOrIndex.Index |
|
AliasValidator |
Validator for an alias, to be used before adding an alias to the index metadata
and make sure the alias is valid
|
AutoExpandReplicas |
This class acts as a functional wrapper around the index.auto_expand_replicas setting.
|
ClusterNameExpressionResolver |
Resolves cluster names from an expression.
|
DiffableStringMap |
This is a Map<String, String> that implements AbstractDiffable so it
can be used for cluster state purposes
|
DiffableStringMap.DiffableStringMapDiff |
Represents differences between two DiffableStringMaps.
|
IndexGraveyard |
A collection of tombstones for explicitly marking indices as deleted in the cluster state.
|
IndexGraveyard.Builder |
A class to build an IndexGraveyard.
|
IndexGraveyard.IndexGraveyardDiff |
A class representing a diff of two IndexGraveyard objects.
|
IndexGraveyard.Tombstone |
An individual tombstone entry for representing a deleted index.
|
IndexMetaData |
|
IndexMetaData.Builder |
|
IndexNameExpressionResolver |
|
IndexTemplateMetaData |
|
IndexTemplateMetaData.Builder |
|
MappingMetaData |
Mapping configuration for a type.
|
MappingMetaData.Routing |
|
MetaData |
|
MetaData.Builder |
|
MetaDataCreateIndexService |
Service responsible for submitting create index requests
|
MetaDataDeleteIndexService |
Deletes indices.
|
MetaDataIndexAliasesService |
Service responsible for submitting add and remove aliases requests
|
MetaDataIndexStateService |
Service responsible for submitting open/close index requests
|
MetaDataIndexTemplateService |
Service responsible for submitting index templates updates
|
MetaDataIndexTemplateService.PutRequest |
|
MetaDataIndexTemplateService.PutResponse |
|
MetaDataIndexTemplateService.RemoveRequest |
|
MetaDataIndexTemplateService.RemoveResponse |
|
MetaDataIndexUpgradeService |
This service is responsible for upgrading legacy index metadata to the current version
|
MetaDataMappingService |
Service responsible for submitting mapping changes
|
MetaDataUpdateSettingsService |
Service responsible for submitting update index settings requests
|
RepositoriesMetaData |
Contains metadata about registered snapshot repositories
|
RepositoryMetaData |
Metadata about registered repository
|
TemplateUpgradeService |
Upgrades Templates on behalf of installed Plugin s when a node joins the cluster
|