Package

it.agilelab.bigdata.wasp

datastores

Permalink

package datastores

Visibility
  1. Public
  2. All

Type Members

  1. trait BatchSink extends AnyRef

    Permalink
  2. trait BatchSource extends AnyRef

    Permalink
  3. trait BatchSourceAndSink extends BatchSource with BatchSink

    Permalink
  4. sealed trait DatastoreProduct extends AnyRef

    Permalink

    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

    Permalink
  6. trait StreamingAndBatchSourceAndSink extends StreamingSourceAndSink with BatchSourceAndSink

    Permalink
  7. trait StreamingSink extends AnyRef

    Permalink
  8. trait StreamingSource extends AnyRef

    Permalink
  9. trait StreamingSourceAndSink extends StreamingSource with StreamingSink

    Permalink

Value Members

  1. object DatastoreProduct

    Permalink

Ungrouped