Packages

package datastores

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BatchSink extends AnyRef
  2. trait BatchSource extends AnyRef
  3. trait BatchSourceAndSink extends BatchSource with BatchSink
  4. sealed trait DatastoreProduct extends AnyRef

    A DatastoreProduct identifies 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.

  5. case class GenericProduct(categoryName: String, productName: Option[String]) extends DatastoreProduct with Product with Serializable
  6. trait StreamingAndBatchSourceAndSink extends StreamingSourceAndSink with BatchSourceAndSink
  7. trait StreamingSink extends AnyRef
  8. trait StreamingSource extends AnyRef
  9. trait StreamingSourceAndSink extends StreamingSource with StreamingSink

Value Members

  1. object DatastoreProduct

Ungrouped