package datastores
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait BatchSink extends AnyRef
- trait BatchSource extends AnyRef
- trait BatchSourceAndSink extends BatchSource with BatchSink
-
sealed
trait
DatastoreProduct extends AnyRef
A
DatastoreProductidentifies either a particular datastore, as in an actual software product, or a generic one, as in the framework will choose which one to use depending on configuration. - case class GenericProduct(categoryName: String, productName: Option[String]) extends DatastoreProduct with Product with Serializable
- trait StreamingAndBatchSourceAndSink extends StreamingSourceAndSink with BatchSourceAndSink
- trait StreamingSink extends AnyRef
- trait StreamingSource extends AnyRef
- trait StreamingSourceAndSink extends StreamingSource with StreamingSink
Value Members
- object DatastoreProduct