Class

com.spotify.scio.bigtable

BigtableDoFn

Related Doc: package bigtable

Permalink

abstract class BigtableDoFn[A, B] extends GuavaAsyncLookupDoFn[A, B, BigtableSession]

Linear Supertypes
GuavaAsyncLookupDoFn[A, B, BigtableSession], Guava[B], BaseAsyncLookupDoFn[A, B, BigtableSession, 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. BigtableDoFn
  2. GuavaAsyncLookupDoFn
  3. Guava
  4. BaseAsyncLookupDoFn
  5. Base
  6. DoFn
  7. HasDisplayData
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink
  2. new BigtableDoFn(options: BigtableOptions, maxPendingRequests: Int)

    Permalink
  3. new BigtableDoFn(options: BigtableOptions)

    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 def asyncLookup(session: BigtableSession, input: A): ListenableFuture[B]

    Permalink
    Definition Classes
    BigtableDoFn → 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(arg0: ListenableFuture[B], arg1: Function[B, Void], arg2: 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(arg0: Throwable): Try[B]

    Permalink
    Definition Classes
    GuavaAsyncLookupDoFn → BaseAsyncLookupDoFn
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
    Annotations
    @FinishBundle()
  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. def newClient(): BigtableSession

    Permalink
    Attributes
    protected[com.spotify.scio.bigtable]
    Definition Classes
    BigtableDoFn → BaseAsyncLookupDoFn
  19. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    DoFn → HasDisplayData
  22. def processElement(arg0: ProcessContext, arg1: BoundedWindow): Unit

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
    Annotations
    @ProcessElement()
  23. def setup(): Unit

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
    Annotations
    @Setup()
  24. def startBundle(): Unit

    Permalink
    Definition Classes
    BaseAsyncLookupDoFn
    Annotations
    @StartBundle()
  25. def success(arg0: B): Try[B]

    Permalink
    Definition Classes
    GuavaAsyncLookupDoFn → BaseAsyncLookupDoFn
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

    Permalink
    Definition Classes
    Guava → Base
    Annotations
    @throws( ... ) @throws( ... )

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 GuavaAsyncLookupDoFn[A, B, BigtableSession]

Inherited from Guava[B]

Inherited from BaseAsyncLookupDoFn[A, B, BigtableSession, 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