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. trait DataSetService extends AnyRef

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

    Permalink
  5. trait LookupCentralExec[IN] extends (IN) ⇒ Future[Unit]

    Permalink
  6. abstract class LookupCentralExecImpl[IN, E <: InputFutureRunnable[IN]] extends LookupCentralExec[IN]

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

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

    Permalink
    Attributes
    protected
  9. class ServiceModule extends AbstractModule with ScalaModule

    Permalink
  10. class SparkApp extends AnyRef

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

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

    Permalink
  13. trait StatsService extends CalculatorExecutors

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

    Permalink
    Annotations
    @Singleton()
  15. 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
  16. trait UserManager extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()

Value Members

  1. object ServiceTypes

    Permalink
  2. object TestApp

    Permalink
  3. package importers

    Permalink
  4. package ldap

    Permalink
  5. package ml

    Permalink
  6. package transformers

    Permalink

Ungrouped