Class SegmentMetadataEvent
- java.lang.Object
-
- org.apache.druid.java.util.emitter.service.SegmentMetadataEvent
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATED_TIMEstatic StringDATASOURCEstatic StringEND_TIMEstatic StringFEEDstatic StringIS_COMPACTEDstatic StringSTART_TIMEstatic StringVERSION
-
Constructor Summary
Constructors Constructor Description SegmentMetadataEvent(String dataSource, org.joda.time.DateTime createdTime, org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, String version, boolean isCompacted)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SegmentMetadataEventcreate(DataSegment segment, org.joda.time.DateTime eventTime)StringgetFeed()EventMaptoMap()
-
-
-
Field Detail
-
FEED
public static final String FEED
- See Also:
- Constant Field Values
-
DATASOURCE
public static final String DATASOURCE
- See Also:
- Constant Field Values
-
CREATED_TIME
public static final String CREATED_TIME
- See Also:
- Constant Field Values
-
START_TIME
public static final String START_TIME
- See Also:
- Constant Field Values
-
END_TIME
public static final String END_TIME
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
IS_COMPACTED
public static final String IS_COMPACTED
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static SegmentMetadataEvent create(DataSegment segment, org.joda.time.DateTime eventTime)
-
-