Package com.google.spanner.v1
Class SpannerGrpc.SpannerImplBase
- java.lang.Object
-
- com.google.spanner.v1.SpannerGrpc.SpannerImplBase
-
- All Implemented Interfaces:
SpannerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SpannerGrpc
public abstract static class SpannerGrpc.SpannerImplBase extends Object implements io.grpc.BindableService, SpannerGrpc.AsyncService
Base class for the server implementation of the service Spanner.Cloud Spanner API The Cloud Spanner API can be used to manage sessions and execute transactions on data stored in Cloud Spanner databases.
-
-
Constructor Summary
Constructors Constructor Description SpannerImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.spanner.v1.SpannerGrpc.AsyncService
batchCreateSessions, beginTransaction, commit, createSession, deleteSession, executeBatchDml, executeSql, executeStreamingSql, getSession, listSessions, partitionQuery, partitionRead, read, rollback, streamingRead
-
-