c

com.google.spanner.v1

DefaultSpannerClient

final class DefaultSpannerClient extends SpannerClient

Linear Supertypes
SpannerClient, AkkaGrpcClient, SpannerClientPowerApi, Spanner, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultSpannerClient
  2. SpannerClient
  3. AkkaGrpcClient
  4. SpannerClientPowerApi
  5. Spanner
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultSpannerClient(settings: GrpcClientSettings)(implicit sys: ClassicActorSystemProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def batchCreateSessions(in: BatchCreateSessionsRequest): Future[BatchCreateSessionsResponse]

    For access to method metadata use the parameterless version of batchCreateSessions

    For access to method metadata use the parameterless version of batchCreateSessions

    Definition Classes
    DefaultSpannerClientSpanner
  6. def batchCreateSessions(): SingleResponseRequestBuilder[BatchCreateSessionsRequest, BatchCreateSessionsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer batchCreateSessions(com.google.spanner.v1.BatchCreateSessionsRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  7. def beginTransaction(in: BeginTransactionRequest): Future[Transaction]

    For access to method metadata use the parameterless version of beginTransaction

    For access to method metadata use the parameterless version of beginTransaction

    Definition Classes
    DefaultSpannerClientSpanner
  8. def beginTransaction(): SingleResponseRequestBuilder[BeginTransactionRequest, Transaction]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer beginTransaction(com.google.spanner.v1.BeginTransactionRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def close(): Future[Done]
    Definition Classes
    DefaultSpannerClient → AkkaGrpcClient
  11. def closed: Future[Done]
    Definition Classes
    DefaultSpannerClient → AkkaGrpcClient
  12. def commit(in: CommitRequest): Future[CommitResponse]

    For access to method metadata use the parameterless version of commit

    For access to method metadata use the parameterless version of commit

    Definition Classes
    DefaultSpannerClientSpanner
  13. def commit(): SingleResponseRequestBuilder[CommitRequest, CommitResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer commit(com.google.spanner.v1.CommitRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  14. def createSession(in: CreateSessionRequest): Future[Session]

    For access to method metadata use the parameterless version of createSession

    For access to method metadata use the parameterless version of createSession

    Definition Classes
    DefaultSpannerClientSpanner
  15. def createSession(): SingleResponseRequestBuilder[CreateSessionRequest, Session]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer createSession(com.google.spanner.v1.CreateSessionRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  16. def deleteSession(in: DeleteSessionRequest): Future[Empty]

    For access to method metadata use the parameterless version of deleteSession

    For access to method metadata use the parameterless version of deleteSession

    Definition Classes
    DefaultSpannerClientSpanner
  17. def deleteSession(): SingleResponseRequestBuilder[DeleteSessionRequest, Empty]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer deleteSession(com.google.spanner.v1.DeleteSessionRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def executeBatchDml(in: ExecuteBatchDmlRequest): Future[ExecuteBatchDmlResponse]

    For access to method metadata use the parameterless version of executeBatchDml

    For access to method metadata use the parameterless version of executeBatchDml

    Definition Classes
    DefaultSpannerClientSpanner
  21. def executeBatchDml(): SingleResponseRequestBuilder[ExecuteBatchDmlRequest, ExecuteBatchDmlResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer executeBatchDml(com.google.spanner.v1.ExecuteBatchDmlRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  22. def executeSql(in: ExecuteSqlRequest): Future[ResultSet]

    For access to method metadata use the parameterless version of executeSql

    For access to method metadata use the parameterless version of executeSql

    Definition Classes
    DefaultSpannerClientSpanner
  23. def executeSql(): SingleResponseRequestBuilder[ExecuteSqlRequest, ResultSet]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer executeSql(com.google.spanner.v1.ExecuteSqlRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  24. def executeStreamingSql(in: ExecuteSqlRequest): Source[PartialResultSet, NotUsed]

    For access to method metadata use the parameterless version of executeStreamingSql

    For access to method metadata use the parameterless version of executeStreamingSql

    Definition Classes
    DefaultSpannerClientSpanner
  25. def executeStreamingSql(): StreamResponseRequestBuilder[ExecuteSqlRequest, PartialResultSet]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer executeStreamingSql(com.google.spanner.v1.ExecuteSqlRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def getSession(in: GetSessionRequest): Future[Session]

    For access to method metadata use the parameterless version of getSession

    For access to method metadata use the parameterless version of getSession

    Definition Classes
    DefaultSpannerClientSpanner
  29. def getSession(): SingleResponseRequestBuilder[GetSessionRequest, Session]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer getSession(com.google.spanner.v1.GetSessionRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def listSessions(in: ListSessionsRequest): Future[ListSessionsResponse]

    For access to method metadata use the parameterless version of listSessions

    For access to method metadata use the parameterless version of listSessions

    Definition Classes
    DefaultSpannerClientSpanner
  33. def listSessions(): SingleResponseRequestBuilder[ListSessionsRequest, ListSessionsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listSessions(com.google.spanner.v1.ListSessionsRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def partitionQuery(in: PartitionQueryRequest): Future[PartitionResponse]

    For access to method metadata use the parameterless version of partitionQuery

    For access to method metadata use the parameterless version of partitionQuery

    Definition Classes
    DefaultSpannerClientSpanner
  38. def partitionQuery(): SingleResponseRequestBuilder[PartitionQueryRequest, PartitionResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer partitionQuery(com.google.spanner.v1.PartitionQueryRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  39. def partitionRead(in: PartitionReadRequest): Future[PartitionResponse]

    For access to method metadata use the parameterless version of partitionRead

    For access to method metadata use the parameterless version of partitionRead

    Definition Classes
    DefaultSpannerClientSpanner
  40. def partitionRead(): SingleResponseRequestBuilder[PartitionReadRequest, PartitionResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer partitionRead(com.google.spanner.v1.PartitionReadRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  41. def read(in: ReadRequest): Future[ResultSet]

    For access to method metadata use the parameterless version of read

    For access to method metadata use the parameterless version of read

    Definition Classes
    DefaultSpannerClientSpanner
  42. def read(): SingleResponseRequestBuilder[ReadRequest, ResultSet]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer read(com.google.spanner.v1.ReadRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  43. def rollback(in: RollbackRequest): Future[Empty]

    For access to method metadata use the parameterless version of rollback

    For access to method metadata use the parameterless version of rollback

    Definition Classes
    DefaultSpannerClientSpanner
  44. def rollback(): SingleResponseRequestBuilder[RollbackRequest, Empty]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer rollback(com.google.spanner.v1.RollbackRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  45. def streamingRead(in: ReadRequest): Source[PartialResultSet, NotUsed]

    For access to method metadata use the parameterless version of streamingRead

    For access to method metadata use the parameterless version of streamingRead

    Definition Classes
    DefaultSpannerClientSpanner
  46. def streamingRead(): StreamResponseRequestBuilder[ReadRequest, PartialResultSet]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer streamingRead(com.google.spanner.v1.ReadRequest) if possible.

    Definition Classes
    DefaultSpannerClientSpannerClientPowerApi
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SpannerClient

Inherited from AkkaGrpcClient

Inherited from SpannerClientPowerApi

Inherited from Spanner

Inherited from AnyRef

Inherited from Any

Ungrouped