Event-Driven Applications

1. ProcessFunctions

ProcessFunction能夠同時(shí)處理timers和state盗似,這也是創(chuàng)建event-driven application的基礎(chǔ)挟秤。

// compute the sum of the tips per hour for each driver
DataStream<Tuple3<Long, Long, Float>> hourlyTips = fares
        .keyBy((TaxiFare fare) -> fare.driverId)
        .process(new PseudoWindow(Time.hours(1)));

hourlyTips.getSideOutput(lateFares).print();
// Compute the sum of the tips for each driver in hour-long windows.
// The keys are driverIds.
public static class PseudoWindow extends 
        KeyedProcessFunction<Long, TaxiFare, Tuple3<Long, Long, Float>> {

    private final long durationMsec;
    private static final OutputTag<TaxiFare> lateFares = new OutputTag<TaxiFare>("lateFares") {};

    public PseudoWindow(Time duration) {
        this.durationMsec = duration.toMilliseconds();
    }

    // Keyed, managed state, with an entry for each window, keyed by the window's end time.
    // There is a separate MapState object for each driver.
    private transient MapState<Long, Float> sumOfTips;

    @Override
    // Called once during initialization.
    public void open(Configuration conf) {
        MapStateDescriptor<Long, Float> sumDesc =
        new MapStateDescriptor<>("sumOfTips", Long.class, Float.class);
        sumOfTips = getRuntimeContext().getMapState(sumDesc);
    }

    @Override
    // Called as each fare arrives to be processed.
    public void processElement(
            TaxiFare fare,
            Context ctx,
            Collector<Tuple3<Long, Long, Float>> out) throws Exception {
        long eventTime = fare.getEventTime();
        TimerService timerService = ctx.timerService();
        
        if (eventTime <= timerService.currentWatermark()) {
            // This event is late; its window has already been triggered.
            ctx.output(lateFares, fare);
        } else {
            // Round up eventTime to the end of the window containing this event.
            long endOfWindow = (eventTime - (eventTime % durationMsec) +     durationMsec - 1);

            // Schedule a callback for when the window has been completed.
            timerService.registerEventTimeTimer(endOfWindow);

            // Add this fare's tip to the running total for that window.
            Float sum = sumOfTips.get(endOfWindow);
            if (sum == null) {
                sum = 0.0F;
            }
            sum += fare.tip;
            sumOfTips.put(endOfWindow, sum);
        }
    }

    @Override
    // Called when the current watermark indicates that a window is now complete.
    public void onTimer(long timestamp, 
            OnTimerContext context, 
            Collector<Tuple3<Long, Long, Float>> out) throws Exception {

        long driverId = context.getCurrentKey();
        // Look up the result for the hour that just ended.
        Float sumOfTips = this.sumOfTips.get(timestamp);

        Tuple3<Long, Long, Float> result = Tuple3.of(driverId, timestamp, sumOfTips);
        out.collect(result);
        this.sumOfTips.remove(timestamp);
    }
}

性能考量:
Flink的MapState和ListState是為RocksDB做了優(yōu)化的阎肝。RocksDB可以向ListState追加元素而不需要重新序列化或反序列化渐北。而MapState筛璧,每一個(gè)key-value都是一個(gè)RocksDB對象牛欢,所以可以高效地訪問或更新骡男。

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市傍睹,隨后出現(xiàn)的幾起案子隔盛,更是在濱河造成了極大的恐慌,老刑警劉巖焰望,帶你破解...
    沈念sama閱讀 212,816評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件骚亿,死亡現(xiàn)場離奇詭異,居然都是意外死亡熊赖,警方通過查閱死者的電腦和手機(jī)来屠,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,729評論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來震鹉,“玉大人俱笛,你說我怎么就攤上這事〈海” “怎么了迎膜?”我有些...
    開封第一講書人閱讀 158,300評論 0 348
  • 文/不壞的土叔 我叫張陵,是天一觀的道長浆兰。 經(jīng)常有香客問我磕仅,道長珊豹,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,780評論 1 285
  • 正文 為了忘掉前任榕订,我火速辦了婚禮店茶,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘劫恒。我一直安慰自己贩幻,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,890評論 6 385
  • 文/花漫 我一把揭開白布两嘴。 她就那樣靜靜地躺著丛楚,像睡著了一般。 火紅的嫁衣襯著肌膚如雪憔辫。 梳的紋絲不亂的頭發(fā)上趣些,一...
    開封第一講書人閱讀 50,084評論 1 291
  • 那天,我揣著相機(jī)與錄音螺垢,去河邊找鬼喧务。 笑死,一個(gè)胖子當(dāng)著我的面吹牛枉圃,可吹牛的內(nèi)容都是我干的功茴。 我是一名探鬼主播,決...
    沈念sama閱讀 39,151評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼孽亲,長吁一口氣:“原來是場噩夢啊……” “哼坎穿!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起返劲,我...
    開封第一講書人閱讀 37,912評論 0 268
  • 序言:老撾萬榮一對情侶失蹤玲昧,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后篮绿,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體孵延,經(jīng)...
    沈念sama閱讀 44,355評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,666評論 2 327
  • 正文 我和宋清朗相戀三年亲配,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了尘应。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,809評論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡吼虎,死狀恐怖犬钢,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情思灰,我是刑警寧澤玷犹,帶...
    沈念sama閱讀 34,504評論 4 334
  • 正文 年R本政府宣布,位于F島的核電站洒疚,受9級特大地震影響歹颓,放射性物質(zhì)發(fā)生泄漏坯屿。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,150評論 3 317
  • 文/蒙蒙 一晴股、第九天 我趴在偏房一處隱蔽的房頂上張望愿伴。 院中可真熱鬧,春花似錦电湘、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,882評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至瘾晃,卻和暖如春贷痪,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背蹦误。 一陣腳步聲響...
    開封第一講書人閱讀 32,121評論 1 267
  • 我被黑心中介騙來泰國打工劫拢, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人强胰。 一個(gè)月前我還...
    沈念sama閱讀 46,628評論 2 362
  • 正文 我出身青樓舱沧,卻偏偏與公主長得像,于是被迫代替她去往敵國和親偶洋。 傳聞我的和親對象是個(gè)殘疾皇子熟吏,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,724評論 2 351

推薦閱讀更多精彩內(nèi)容