Package

org.ada.server

services

Permalink

package services

Visibility
  1. Public
  2. All

Type Members

  1. class AdaRestException extends AdaException

    Permalink
  2. case class AdaUnauthorizedAccessRestException(message: String) extends AdaRestException with Product with Serializable

    Permalink
  3. class ConfigModule extends AbstractModule with ScalaModule

    Permalink
  4. trait DataSetService extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  5. class DataSetServiceImpl extends DataSetService

    Permalink
  6. trait InputExec[IN] extends (IN) ⇒ Future[Unit]

    Permalink
  7. abstract class InputExecSchedulerImpl[IN <: Schedulable, ID] extends SchedulerImpl[IN, ID]

    Permalink
    Attributes
    protected
  8. abstract class LookupCentralExec[IN, E <: InputFutureRunnable[IN]] extends InputExec[IN]

    Permalink
    Attributes
    protected
  9. trait Scheduler[IN <: Schedulable, ID] extends AnyRef

    Permalink
  10. abstract class SchedulerImpl[IN <: Schedulable, ID] extends Scheduler[IN, ID]

    Permalink
    Attributes
    protected
  11. class ServiceModule extends WebServiceModule

    Permalink
  12. class SparkApp extends AnyRef

    Permalink
    Annotations
    @Singleton()
  13. trait StaticLookupCentral[T] extends () ⇒ Traversable[T]

    Permalink
  14. class StaticLookupCentralImpl[T] extends StaticLookupCentral[T]

    Permalink
  15. trait StatsService extends CalculatorExecutors

    Permalink
    Annotations
    @ImplementedBy()
  16. class StatsServiceImpl extends StatsService with OneWayAnovaHelper with ChiSquareHelper[Int, Option[Any]]

    Permalink
    Annotations
    @Singleton()
  17. case class TSNESetting(dims: Int = 2, perplexity: Double = 20, theta: Double = 0.5, maxIterations: Int = 1000, pcaDims: Option[Int] = None) extends Product with Serializable

    Permalink
  18. trait UserManager extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  19. class WebServiceModule extends AbstractModule with ScalaModule

    Permalink

Value Members

  1. object ConfigModule

    Permalink
  2. object GuiceApp

    Permalink
  3. object GuicePlayTestApp

    Permalink
  4. object ServiceTypes

    Permalink
  5. package importers

    Permalink
  6. package ldap

    Permalink
  7. package ml

    Permalink
  8. package transformers

    Permalink

Ungrouped