Packages

package grpc

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. grpc
  2. SCollectionSyntax
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class GrpcBatchDoFn[Input, BatchRequest, BatchResponse, Output, Client <: AbstractFutureStub[Client]] extends GuavaAsyncBatchLookupDoFn[Input, BatchRequest, BatchResponse, Output, Client]

    DoFn that makes API calls that can be batched and individually cached over a managed GRPC channel.

  2. class GrpcDoFn[RequestT, ResponseT, ClientT <: AbstractStub[ClientT]] extends GuavaAsyncLookupDoFn[RequestT, ResponseT, ClientT]

    DoFn that makes API calls over a managed GRPC channel.

  3. class GrpcLookupFunctions extends AnyRef

    Defines lookup functions specific to the GRPC Java library.

  4. final class GrpcSCollectionOps[Request] extends AnyVal
  5. trait SCollectionSyntax extends AnyRef

Value Members

  1. implicit def grpcSCollectionOps[T](sc: SCollection[T]): GrpcSCollectionOps[T]
    Definition Classes
    SCollectionSyntax

Inherited from SCollectionSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped