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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.spanner.v1.SpannerGrpc.AsyncService
batchCreateSessions, batchWrite, beginTransaction, commit, createSession, deleteSession, executeBatchDml, executeSql, executeStreamingSql, getSession, listSessions, partitionQuery, partitionRead, read, rollback, streamingRead
-
Constructor Details
-
SpannerImplBase
public SpannerImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-