Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Add support for custom evictor and trigger policies #2653

Merged
merged 8 commits into from
Jan 18, 2018

Commits on Jan 3, 2018

  1. Add support for custom evictor and trigger policies

    Add support in both the streamlet and topology apis for the usage of custom eviction policies extending com.twitter.heron.api.windowing.EvictionPolicy and trigger policies extending com.twitter.heron.api.windowing.TriggerPolicy to enable user-defined windowing schemes.
    dancollins34 committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    254f4d6 View commit details
    Browse the repository at this point in the history
  2. Fixed Checkstyle Issues

    Fixed Checkstyle Issues
    dancollins34 committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    44da17b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Fixed extra line errors, reorganized if statement in WIndowedBoltExec…

    …utor to require both Policies to be provided if one of them is
    dancollins34 committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    ef1357a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3184617 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Trial push (local compilation not working for some reason, going to p…

    …ush then pull clean copy)
    dancollins34 committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    6a50ee7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Added Changes necessary to allow custom trigger policies to attach Wi…

    …ndowManager, Config object, TriggerHandler and EvictionPolicy
    dancollins34 committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    1ef4279 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Fixed test errors due to lack of setting necessary paramters and defi…

    …ning "started" again for CountTriggerPolicy
    dancollins34 committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    5431c76 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    0098110 View commit details
    Browse the repository at this point in the history