Package org.elasticsearch.index
Class KnownIndexVersions
java.lang.Object
org.elasticsearch.index.KnownIndexVersions
Provides access to all known index versions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NavigableSet<IndexVersion> A sorted list of all known index versionsstatic final NavigableSet<IndexVersion> A sorted list of all known index versions that can be written to -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALL_VERSIONS
A sorted list of all known index versions -
ALL_WRITE_VERSIONS
A sorted list of all known index versions that can be written to
-
-
Constructor Details
-
KnownIndexVersions
public KnownIndexVersions()
-