Package

com.spotify.scio

transforms

Permalink

package transforms

Main package for transforms APIs. Import all.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transforms
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AsyncLookupDoFn[A, B, C] extends DoFn[A, KV[A, Try[B]]]

    Permalink
  2. abstract class BaseAsyncDoFn[InputT, OutputT, ResourceT, FutureT] extends DoFnWithResource[InputT, OutputT, ResourceT]

    Permalink
  3. abstract class DoFnWithResource[InputT, OutputT, ResourceT] extends DoFn[InputT, OutputT]

    Permalink
  4. class FileDownloadDoFn[OutputT] extends DoFn[URI, OutputT]

    Permalink
  5. abstract class GuavaAsyncDoFn[InputT, OutputT, ResourceT] extends BaseAsyncDoFn[InputT, OutputT, ResourceT, ListenableFuture[OutputT]]

    Permalink
  6. abstract class JavaAsyncDoFn[InputT, OutputT, ResourceT] extends BaseAsyncDoFn[InputT, OutputT, ResourceT, CompletableFuture[OutputT]]

    Permalink
  7. class PipeDoFn extends DoFn[String, String]

    Permalink
  8. implicit final class PipeSCollection extends AnyVal

    Permalink

    Enhanced version of SCollection with pipe methods.

  9. class RateLimiterDoFn[InputT] extends DoFnWithResource[InputT, InputT, RateLimiter]

    Permalink
  10. implicit final class RichAsyncLookupDoFnTry[A] extends AnyVal

    Permalink

    Enhanced version of AsyncLookupDoFn.Try with convenience methods.

  11. abstract class ScalaAsyncDoFn[I, O, R] extends BaseAsyncDoFn[I, O, R, Future[O]]

    Permalink

    A DoFn that handles asynchronous requests to an external service that returns Scala Futures.

  12. implicit final class SpecializedFlatMapSCollection[T] extends AnyVal

    Permalink

    Enhanced version of SCollection with specialized versions of flatMap.

  13. implicit final class URISCollection extends AnyVal

    Permalink

    Enhanced version of SCollection with URI methods.

Inherited from AnyRef

Inherited from Any

Ungrouped