Uses of Interface
org.apache.storm.windowing.TimestampExtractor
Packages that use TimestampExtractor
- 
Uses of TimestampExtractor in org.apache.storm.boltMethods in org.apache.storm.bolt with parameters of type TimestampExtractorModifier and TypeMethodDescriptionJoinBolt.withTimestampExtractor(TimestampExtractor timestampExtractor) 
- 
Uses of TimestampExtractor in org.apache.storm.topologyClasses in org.apache.storm.topology that implement TimestampExtractorModifier and TypeClassDescriptionfinal classATimestampExtractorthat extracts timestamp from a specific field in the tuple.Methods in org.apache.storm.topology that return TimestampExtractorModifier and TypeMethodDescriptionIWindowedBolt.getTimestampExtractor()Return aTimestampExtractorfor extracting timestamps from a tuple for event time based processing, or null for processing time.
- 
Uses of TimestampExtractor in org.apache.storm.topology.baseFields in org.apache.storm.topology.base declared as TimestampExtractorModifier and TypeFieldDescriptionprotected TimestampExtractorBaseWindowedBolt.timestampExtractorMethods 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.