Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

[PIO-193] Async support for predict method and storage access, blocking code wrapped in blocking construct #495

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Commits on Nov 6, 2018

  1. Add Future methods and Scaladoc about ExecutionContext

    takezoe authored and Chris Wewerka committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    2915d0d View commit details
    Browse the repository at this point in the history
  2. Update Scaladoc

    takezoe authored and Chris Wewerka committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    dbea05b View commit details
    Browse the repository at this point in the history
  3. Delegate blocking methods to async methods

    takezoe authored and Chris Wewerka committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    998938b View commit details
    Browse the repository at this point in the history
  4. [PIO-193] Async support for predict and storage access, blocking code

    wrapped in blocking construct
    Chris Wewerka committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    b0b8a6f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. corrected scalastyle errors

    Chris Wewerka committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7de2bdf View commit details
    Browse the repository at this point in the history
  2. explicitly propagating execution context

    Chris Wewerka committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    736144e View commit details
    Browse the repository at this point in the history
  3. switched examples to new predict method and raised docker pio tag ver…

    …sion
    Chris Wewerka committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    183c9a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. making async support backward compatible

    Chris Wewerka committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2ef1e2c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. using proper option type for new findByEntityAsync method

    Chris Wewerka committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    2d5b1f9 View commit details
    Browse the repository at this point in the history
  2. added log info about what query gave what recommendation

    Chris Wewerka committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    1d7b0c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. using a dedicated thread pool for blocking ops

    Chris Wewerka committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    7307d18 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. using a dedicated thread pool for all future ops to HBase

    Chris Wewerka committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    79e0c96 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. using new (non deprecated) versions of hbase classes

    Chris Wewerka committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    e6a17fb View commit details
    Browse the repository at this point in the history
  2. closing scanner in any case

    Chris Wewerka committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    adbe789 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Revert "closing scanner in any case"

    This reverts commit adbe789
    Chris Wewerka committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    382f177 View commit details
    Browse the repository at this point in the history
  2. closing scanner

    Chris Wewerka committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    a06ce23 View commit details
    Browse the repository at this point in the history
  3. Revert "closing scanner"

    This reverts commit a06ce23
    Chris Wewerka committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    dd535a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. cleanup

    Chris Wewerka committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    fd09c42 View commit details
    Browse the repository at this point in the history