Class TableServiceGrpc.TableServiceImplBase
java.lang.Object
io.deephaven.proto.backplane.grpc.TableServiceGrpc.TableServiceImplBase
- All Implemented Interfaces:
TableServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
TableServiceGrpcImpl
- Enclosing class:
- TableServiceGrpc
public abstract static class TableServiceGrpc.TableServiceImplBase
extends Object
implements io.grpc.BindableService, TableServiceGrpc.AsyncService
Base class for the server implementation of the service TableService.
-
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.TableServiceGrpc.AsyncService
aggregate, aggregateAll, ajTables, applyPreviewColumns, asOfJoinTables, batch, comboAggregate, computeColumnStatistics, createInputTable, crossJoinTables, dropColumns, emptyTable, exactJoinTables, exportedTableUpdates, fetchTable, filter, flatten, getExportedTableCreationResponse, head, headBy, lazyUpdate, leftJoinTables, mergeTables, metaTable, multiJoinTables, naturalJoinTables, rajTables, rangeJoinTables, runChartDownsample, seekRow, select, selectDistinct, snapshot, snapshotWhen, sort, tail, tailBy, timeTable, ungroup, unstructuredFilter, update, updateBy, updateView, view, whereIn
-
Constructor Details
-
TableServiceImplBase
public TableServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-