Interface GameStats.Options

  • All Superinterfaces:
    org.apache.beam.sdk.options.ApplicationNameOptions, ExampleOptions, org.apache.beam.sdk.transforms.display.HasDisplayData, LeaderBoard.Options, org.apache.beam.sdk.options.PipelineOptions, org.apache.beam.sdk.options.StreamingOptions
    Enclosing class:
    GameStats

    public static interface GameStats.Options
    extends LeaderBoard.Options
    Options supported by GameStats.
    • Method Detail

      • getFixedWindowDuration

        @Integer(60)
        java.lang.Integer getFixedWindowDuration()
      • setFixedWindowDuration

        void setFixedWindowDuration​(java.lang.Integer value)
      • getSessionGap

        @Integer(5)
        java.lang.Integer getSessionGap()
      • setSessionGap

        void setSessionGap​(java.lang.Integer value)
      • getUserActivityWindowDuration

        @Integer(30)
        java.lang.Integer getUserActivityWindowDuration()
      • setUserActivityWindowDuration

        void setUserActivityWindowDuration​(java.lang.Integer value)
      • getGameStatsTablePrefix

        @String("game_stats")
        java.lang.String getGameStatsTablePrefix()
      • setGameStatsTablePrefix

        void setGameStatsTablePrefix​(java.lang.String value)