Class SecurityIndexManager.State
java.lang.Object
org.elasticsearch.xpack.security.support.SecurityIndexManager.State
- Enclosing class:
- SecurityIndexManager
State of the security index.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal Instantfinal booleanfinal org.elasticsearch.cluster.health.ClusterHealthStatusfinal org.elasticsearch.cluster.metadata.IndexMetadata.Statefinal Stringfinal booleanfinal booleanfinal org.elasticsearch.Versionfinal org.elasticsearch.Versionstatic final SecurityIndexManager.State -
Constructor Summary
ConstructorsConstructorDescriptionState(Instant creationTime, boolean isIndexUpToDate, boolean indexAvailable, boolean mappingUpToDate, org.elasticsearch.Version mappingVersion, String concreteIndexName, org.elasticsearch.cluster.health.ClusterHealthStatus indexHealth, org.elasticsearch.cluster.metadata.IndexMetadata.State indexState, org.elasticsearch.Version minimumNodeVersion, String indexUUID) -
Method Summary
-
Field Details
-
UNRECOVERED_STATE
-
creationTime
-
isIndexUpToDate
public final boolean isIndexUpToDate -
indexAvailable
public final boolean indexAvailable -
mappingUpToDate
public final boolean mappingUpToDate -
mappingVersion
public final org.elasticsearch.Version mappingVersion -
concreteIndexName
-
indexHealth
public final org.elasticsearch.cluster.health.ClusterHealthStatus indexHealth -
indexState
public final org.elasticsearch.cluster.metadata.IndexMetadata.State indexState -
minimumNodeVersion
public final org.elasticsearch.Version minimumNodeVersion -
indexUUID
-
-
Constructor Details
-
State
public State(Instant creationTime, boolean isIndexUpToDate, boolean indexAvailable, boolean mappingUpToDate, org.elasticsearch.Version mappingVersion, String concreteIndexName, org.elasticsearch.cluster.health.ClusterHealthStatus indexHealth, org.elasticsearch.cluster.metadata.IndexMetadata.State indexState, org.elasticsearch.Version minimumNodeVersion, String indexUUID)
-
-
Method Details