Class PartitionedTableServiceGrpc.PartitionedTableServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.grpc.PartitionedTableServiceGrpc.PartitionedTableServiceImplBase
- All Implemented Interfaces:
PartitionedTableServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
PartitionedTableServiceGrpcImpl
- Enclosing class:
- PartitionedTableServiceGrpc
public abstract static class PartitionedTableServiceGrpc.PartitionedTableServiceImplBase
extends Object
implements io.grpc.BindableService, PartitionedTableServiceGrpc.AsyncService
Base class for the server implementation of the service PartitionedTableService.
This service provides tools to create and query partitioned tables.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.proto.backplane.grpc.PartitionedTableServiceGrpc.AsyncService
getTable, merge, partitionBy
-
Constructor Details
-
PartitionedTableServiceImplBase
public PartitionedTableServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-