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 Constructor Description IncrementalIndexMaxIngestedEventTimeInspector(IncrementalIndex index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetMaxIngestedEventTime()Highest knownRow.getTimestamp()for rows that went into creating this index.
-
-
-
Constructor Detail
-
IncrementalIndexMaxIngestedEventTimeInspector
public IncrementalIndexMaxIngestedEventTimeInspector(IncrementalIndex index)
-
-
Method Detail
-
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
-
-