Package

com.spotify.scio

testing

Permalink

package testing

Visibility
  1. Public
  2. All

Type Members

  1. case class AvroIO[T](path: String) extends TestIO[T] with Product with Serializable

    Permalink
  2. case class BigQueryIO[T](tableSpecOrQuery: String) extends TestIO[T] with Product with Serializable

    Permalink
  3. case class CustomIO[T](name: String) extends TestIO[T] with Product with Serializable

    Permalink
  4. case class DatastoreIO(projectId: String, query: Query = null, namespace: String = null) extends TestIO[Entity] with Product with Serializable

    Permalink
  5. case class DistCacheIO[T](uri: String) extends Product with Serializable

    Permalink
  6. case class ObjectFileIO[T](path: String) extends TestIO[T] with Product with Serializable

    Permalink
  7. case class ProtobufIO[T](path: String) extends TestIO[T] with Product with Serializable

    Permalink
  8. case class PubsubIO[T](topic: String) extends TestIO[T] with Product with Serializable

    Permalink
  9. case class TableRowJsonIO(path: String) extends TestIO[TableRow] with Product with Serializable

    Permalink
  10. class TestIO[+T] extends AnyRef

    Permalink
  11. case class TextIO(path: String) extends TestIO[String] with Product with Serializable

    Permalink

Value Members

  1. object DistCacheIO extends Serializable

    Permalink

Ungrouped