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. trait ConsoleCategory extends DatastoreCategory with StreamingSink

    Permalink
  5. trait DatabaseCategory extends DatastoreCategory with StreamingSink with BatchSourceAndSink

    Permalink
  6. sealed trait DatastoreCategory extends AnyRef

    Permalink

    A DatastoreCategory represents a high-level, categorical division of the various datastores.

  7. sealed trait DatastoreProduct extends DatastoreCategory

    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.

  8. trait DocumentCategory extends DatastoreCategory with StreamingSink with BatchSourceAndSink

    Permalink
  9. trait IndexCategory extends DatastoreCategory with StreamingSink with BatchSourceAndSink

    Permalink
  10. trait KeyValueCategory extends DatastoreCategory with StreamingSink with BatchSourceAndSink

    Permalink
  11. trait RawCategory extends DatastoreCategory with StreamingSink with BatchSourceAndSink

    Permalink
  12. trait StreamingAndBatchSourceAndSink extends StreamingSourceAndSink with BatchSourceAndSink

    Permalink
  13. trait StreamingSink extends AnyRef

    Permalink
  14. trait StreamingSource extends AnyRef

    Permalink
  15. trait StreamingSourceAndSink extends StreamingSource with StreamingSink

    Permalink
  16. trait TopicCategory extends DatastoreCategory with StreamingAndBatchSourceAndSink

    Permalink
  17. trait WebMailCategory extends DatastoreCategory with StreamingSink

    Permalink
  18. trait WebSocketCategory extends DatastoreCategory with StreamingSourceAndSink

    Permalink

Value Members

  1. object DatastoreProduct

    Permalink

Ungrouped