java.lang.Object
org.elasticsearch.index.TimestampBounds
Bounds for the
@timestamp
field on this index.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
endTime()
The first invalid@timestamp
for the index.long
The first valid@timestamp
for the index.toString()
static TimestampBounds
updateEndTime
(TimestampBounds current, Instant newEndTime)
-
Constructor Details
-
TimestampBounds
-
-
Method Details