Package

org.ada.server.dataaccess

dataset

Permalink

package dataset

Visibility
  1. Public
  2. All

Type Members

  1. trait CategoryRepoFactory extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  2. class ClassificationResultMongoAsyncCrudRepo extends DictionarySubordinateMongoAsyncCrudRepo[ClassificationResult, BSONObjectID]

    Permalink
  3. trait ClassificationResultRepoFactory extends AnyRef

    Permalink
  4. trait DataSetAccessor extends AnyRef

    Permalink
  5. trait DataSetAccessorFactory extends AnyRef

    Permalink
  6. class DataSetAccessorFactoryImpl extends SimpleInitializableCache[String, DataSetAccessor] with DataSetAccessorFactory

    Permalink
    Attributes
    protected[org.ada.server.dataaccess]
    Annotations
    @Singleton()
  7. class DataSetAccessorImpl extends DataSetAccessor

    Permalink
    Attributes
    protected
  8. trait DataViewRepoFactory extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  9. trait FieldRepoFactory extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  10. trait FilterRepoFactory extends AnyRef

    Permalink
    Annotations
    @ImplementedBy()
  11. class RegressionResultMongoAsyncCrudRepo extends DictionarySubordinateMongoAsyncCrudRepo[RegressionResult, BSONObjectID]

    Permalink
  12. trait RegressionResultRepoFactory extends AnyRef

    Permalink
  13. abstract class SimpleInitializableCache[ID, T] extends AnyRef

    Permalink

    Simple cache with hooks for initialization of stored objects via createInstance(id: ID) function.

    Simple cache with hooks for initialization of stored objects via createInstance(id: ID) function. The only exposed (public) function is apply(id: ID), which retrieves a cached object or tries to create one if possible. Note that when ids are provided and eagerInit is set to true, the corresponding objects are created and cached on startup.

    ID

    The key type

    T

    The cached object type

Value Members

  1. object CategoryRepo

    Permalink
  2. object DataViewRepo

    Permalink
  3. object FieldRepo

    Permalink
  4. object FilterRepo

    Permalink
  5. object FilterRepoExtra

    Permalink

Ungrouped