package scaladsl
- Alphabetic
- Public
- All
Type Members
-
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.
-
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.
-
trait
ReadEngine extends AnyRef
Engine supporting read operations against the underlying volume.
-
trait
WriteEngine extends AnyRef
Engine supporting write operations to the underlying storage
Value Members
- object DataEngine extends ExtensionId[DataEngineExt] with ExtensionIdProvider