Package org.apache.druid.segment
Interface MaxIngestedEventTimeInspector
- All Known Implementing Classes:
IncrementalIndexMaxIngestedEventTimeInspector
public interface MaxIngestedEventTimeInspector
Inspector used by
DataSourceMetadataQuery to populate
DataSourceMetadataResultValue.getMaxIngestedEventTime().-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimeHighest knownRow.getTimestamp()for rows that went into creating this index.
-
Method Details
-
getMaxIngestedEventTime
org.joda.time.DateTime getMaxIngestedEventTime()Highest knownRow.getTimestamp()for rows that went into creating this index.
-