Uses of Interface
org.apache.storm.windowing.TimestampExtractor
Packages that use TimestampExtractor
-
Uses of TimestampExtractor in org.apache.storm.bolt
Methods in org.apache.storm.bolt with parameters of type TimestampExtractorModifier and TypeMethodDescriptionJoinBolt.withTimestampExtractor
(TimestampExtractor timestampExtractor) -
Uses of TimestampExtractor in org.apache.storm.topology
Classes in org.apache.storm.topology that implement TimestampExtractorModifier and TypeClassDescriptionfinal class
ATimestampExtractor
that extracts timestamp from a specific field in the tuple.Methods in org.apache.storm.topology that return TimestampExtractorModifier and TypeMethodDescriptionIWindowedBolt.getTimestampExtractor()
Return aTimestampExtractor
for extracting timestamps from a tuple for event time based processing, or null for processing time. -
Uses of TimestampExtractor in org.apache.storm.topology.base
Fields in org.apache.storm.topology.base declared as TimestampExtractorModifier and TypeFieldDescriptionprotected TimestampExtractor
BaseWindowedBolt.timestampExtractor
Methods in org.apache.storm.topology.base that return TimestampExtractorMethods in org.apache.storm.topology.base with parameters of type TimestampExtractorModifier and TypeMethodDescriptionBaseStatefulWindowedBolt.withTimestampExtractor
(TimestampExtractor timestampExtractor) Specify the timestamp extractor implementation.BaseWindowedBolt.withTimestampExtractor
(TimestampExtractor timestampExtractor) Specify the timestamp extractor implementation.