Packages

package scaladsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DataEngineApi extends AnyRef

    Abstract trait for DataEngineExt.

    Abstract trait for DataEngineExt.

    This type can be used by applications that want to mock DataEngine in unit tests by passing parameters of type DataEngineApi instead of accessing the DataEngine singleton directly everywhere.

    See also

    DataClientApi for the trait corresponding to DataClient, along with a usage example.

  2. final class DataEngineExt extends DataEngineApi with Extension

    Entry point of the Scala data-engine module.

    Entry point of the Scala data-engine module.

    Use provided API objects to access or produce partition data.

    Data can either be published directly, or a data reference can be used with DataClientExt API objects.

    Use DataEngine to access the global instance.

    Consider passing this global instance as a DataEngineApi for unit testing purposes.

  3. trait ReadEngine extends AnyRef

    Engine supporting read operations against the underlying volume.

  4. trait WriteEngine extends AnyRef

    Engine supporting write operations to the underlying storage

Value Members

  1. object DataEngine extends ExtensionId[DataEngineExt] with ExtensionIdProvider

Ungrouped