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 Constructor Description BigtableImplBase()
-
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.bigtable.v2.BigtableGrpc.AsyncService
checkAndMutateRow, generateInitialChangeStreamPartitions, mutateRow, mutateRows, pingAndWarm, readChangeStream, readModifyWriteRow, readRows, sampleRowKeys
-
-