Package com.google.bigtable.v2
Class BigtableGrpc.BigtableImplBase
java.lang.Object
com.google.bigtable.v2.BigtableGrpc.BigtableImplBase
- All Implemented Interfaces:
BigtableGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- BigtableGrpc
public abstract static class BigtableGrpc.BigtableImplBase
extends Object
implements io.grpc.BindableService, BigtableGrpc.AsyncService
Base class for the server implementation of the service Bigtable.
Service for reading from and writing to existing Bigtable tables.
-
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.bigtable.v2.BigtableGrpc.AsyncService
checkAndMutateRow, executeQuery, generateInitialChangeStreamPartitions, mutateRow, mutateRows, pingAndWarm, prepareQuery, readChangeStream, readModifyWriteRow, readRows, sampleRowKeys
-
Constructor Details
-
BigtableImplBase
public BigtableImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-