Package org.apache.druid.segment
Class IncrementalIndexMaxIngestedEventTimeInspector
java.lang.Object
org.apache.druid.segment.IncrementalIndexMaxIngestedEventTimeInspector
- All Implemented Interfaces:
MaxIngestedEventTimeInspector
public class IncrementalIndexMaxIngestedEventTimeInspector
extends Object
implements MaxIngestedEventTimeInspector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimeHighest knownRow.getTimestamp()for rows that went into creating this index.
-
Constructor Details
-
IncrementalIndexMaxIngestedEventTimeInspector
-
-
Method Details
-
getMaxIngestedEventTime
public org.joda.time.DateTime getMaxIngestedEventTime()Description copied from interface:MaxIngestedEventTimeInspectorHighest knownRow.getTimestamp()for rows that went into creating this index.- Specified by:
getMaxIngestedEventTimein interfaceMaxIngestedEventTimeInspector
-