Uses of Class
org.elasticsearch.cluster.metadata.Manifest
-
Packages that use Manifest Package Description org.elasticsearch.cluster.metadata org.elasticsearch.gateway -
-
Uses of Manifest in org.elasticsearch.cluster.metadata
Fields in org.elasticsearch.cluster.metadata with type parameters of type Manifest Modifier and Type Field Description static MetaDataStateFormat<Manifest>Manifest. FORMATMethods in org.elasticsearch.cluster.metadata that return Manifest Modifier and Type Method Description static ManifestManifest. empty()static ManifestManifest. fromXContent(XContentParser parser)static ManifestManifest. unknownCurrentTermAndVersion(long globalGeneration, Map<Index,Long> indexGenerations) -
Uses of Manifest in org.elasticsearch.gateway
Fields in org.elasticsearch.gateway with type parameters of type Manifest Modifier and Type Field Description protected MetaDataStateFormat<Manifest>MetaStateService. MANIFEST_FORMATMethods in org.elasticsearch.gateway that return Manifest Modifier and Type Method Description ManifestMetaStateService. loadManifestOrEmpty()Loads Manifest file from disk, returnsManifest.empty()if there is no manifest file.Methods in org.elasticsearch.gateway with parameters of type Manifest Modifier and Type Method Description voidMetaStateService. writeManifestAndCleanup(String reason, Manifest manifest)Writes manifest file (represented byManifest) to disk and performs cleanup of old manifest state file if the write succeeds or newly created manifest state if the write fails.
-