Class TimestampFieldMapperService

java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.indices.TimestampFieldMapperService
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, ClusterStateApplier, LifecycleComponent, Releasable

public class TimestampFieldMapperService
extends AbstractLifecycleComponent
implements ClusterStateApplier
Tracks the mapping of the @timestamp field of immutable indices that expose their timestamp range in their index metadata. Coordinating nodes do not have (easy) access to mappings for all indices, so we extract the type of this one field from the mapping here.