Class

com.spotify.scio.transforms

GuavaAsyncLookupDoFn

Related Doc: package transforms

Permalink

abstract class GuavaAsyncLookupDoFn[A, B, C] extends BaseAsyncLookupDoFn[A, B, C, ListenableFuture[B], Try[B]] with Guava[B]

Linear Supertypes
Guava[B], BaseAsyncLookupDoFn[A, B, C, ListenableFuture[B], Try[B]], Base[ListenableFuture[B], B], DoFn[A, KV[A, Try[B]]], HasDisplayData, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GuavaAsyncLookupDoFn
  2. Guava
  3. BaseAsyncLookupDoFn
  4. Base
  5. DoFn
  6. HasDisplayData
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GuavaAsyncLookupDoFn(maxPendingRequests: Int, cacheSupplier: CacheSupplier[A, B, K])

    Permalink
  2. new GuavaAsyncLookupDoFn(maxPendingRequests: Int)

    Permalink
  3. new GuavaAsyncLookupDoFn()

    Permalink

Type Members

  1. abstract class FinishBundleContext extends AnyRef

    Permalink
    Definition Classes
    DoFn
  2. abstract class OnTimerContext extends WindowedContext

    Permalink
    Definition Classes
    DoFn
  3. abstract class ProcessContext extends WindowedContext

    Permalink
    Definition Classes
    DoFn
  4. abstract class StartBundleContext extends AnyRef

    Permalink
    Definition Classes
    DoFn
  5. abstract class WindowedContext extends AnyRef

    Permalink
    Definition Classes
    DoFn

Abstract Value Members

  1. abstract object ProcessContext

    Permalink
    Definition Classes
    DoFn
  2. abstract object StartBundleContext

    Permalink
    Definition Classes
    DoFn
  3. abstract object WindowedContext

    Permalink
    Definition Classes
    DoFn
  4. abstract def asyncLookup(client: C, input: A): ListenableFuture[B]

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
  5. abstract def newClient(): C

    Permalink
    Attributes
    protected[com.spotify.scio.transforms]
    Definition Classes
    BaseAsyncLookupDoFn

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addCallback(future: ListenableFuture[B], onSuccess: Function[B, Void], onFailure: Function[Throwable, Void]): ListenableFuture[B]

    Permalink
    Definition Classes
    Guava → Base
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def failure(throwable: Throwable): Try[B]

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def finishBundle(c: FinishBundleContext): Unit

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getInputTypeDescriptor(): TypeDescriptor[A]

    Permalink
    Definition Classes
    DoFn
  14. def getOutputTypeDescriptor(): TypeDescriptor[KV[A, Try[B]]]

    Permalink
    Definition Classes
    DoFn
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def populateDisplayData(arg0: Builder): Unit

    Permalink
    Definition Classes
    DoFn → HasDisplayData
  21. def processElement(c: ProcessContext, window: BoundedWindow): Unit

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
  22. def setup(): Unit

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
  23. def startBundle(): Unit

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
  24. def success(output: B): Try[B]

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def waitForFutures(futures: Iterable[ListenableFuture[B]]): Unit

    Permalink
    Definition Classes
    Guava → Base

Deprecated Value Members

  1. def getAllowedTimestampSkew(): Duration

    Permalink
    Definition Classes
    DoFn
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. final def prepareForProcessing(): Unit

    Permalink
    Definition Classes
    DoFn
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Guava[B]

Inherited from BaseAsyncLookupDoFn[A, B, C, ListenableFuture[B], Try[B]]

Inherited from Base[ListenableFuture[B], B]

Inherited from DoFn[A, KV[A, Try[B]]]

Inherited from HasDisplayData

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped