JoinBolt
join(String newStream, String field, String priorStream)
leftJoin(String newStream, String field, String priorStream)
select(String commaSeparatedKeys)
withLateTupleStream(String streamId)
withOutputStream(String streamName)
withTimestampExtractor(TimestampExtractor timestampExtractor)
withTimestampField(String fieldName)
withTumblingWindow(BaseWindowedBolt.Count count)
withTumblingWindow(BaseWindowedBolt.Duration duration)
withWindow(BaseWindowedBolt.Count windowLength)
withWindow(BaseWindowedBolt.Count windowLength, BaseWindowedBolt.Count slidingInterval)
withWindow(BaseWindowedBolt.Count windowLength, BaseWindowedBolt.Duration slidingInterval)
withWindow(BaseWindowedBolt.Duration windowLength)
withWindow(BaseWindowedBolt.Duration windowLength, BaseWindowedBolt.Count slidingInterval)
withWindow(BaseWindowedBolt.Duration windowLength, BaseWindowedBolt.Duration slidingInterval)