Package io.hstream.internal
Class HStreamApiGrpc.HStreamApiImplBase
- java.lang.Object
-
- io.hstream.internal.HStreamApiGrpc.HStreamApiImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
,HStreamApiGrpc.AsyncService
- Enclosing class:
- HStreamApiGrpc
public abstract static class HStreamApiGrpc.HStreamApiImplBase extends Object implements io.grpc.BindableService, HStreamApiGrpc.AsyncService
Base class for the server implementation of the service HStreamApi.--------------------------------------------------------------------------- Stable APIs ---------------------------------------------------------------------------
-
-
Constructor Summary
Constructors Constructor Description HStreamApiImplBase()
-
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 io.hstream.internal.HStreamApiGrpc.AsyncService
alterConnectorConfig, append, checkSubscriptionExist, createConnector, createQuery, createQueryWithNamespace, createShardReader, createStream, createSubscription, deleteConnector, deleteQuery, deleteShardReader, deleteStream, deleteSubscription, deleteView, describeCluster, echo, executeQuery, executeViewQuery, executeViewQueryWithNamespace, getConnector, getConnectorLogs, getConnectorSpec, getQuery, getSchema, getStats, getStream, getSubscription, getTailRecordId, getView, listConnectors, listConsumers, listQueries, listShardReaders, listShards, listStreams, listStreamsWithPrefix, listSubscriptions, listSubscriptionsWithPrefix, listViews, lookupKey, lookupResource, lookupShard, lookupShardReader, lookupSubscription, parseSql, pauseConnector, pauseQuery, perStreamTimeSeriesStats, perStreamTimeSeriesStatsAll, readShard, readShardStream, readSingleShardStream, readStream, readStreamByKey, registerSchema, resumeConnector, resumeQuery, sendAdminCommand, streamingFetch, terminateQuery, trimShard, trimShards, trimStream, unregisterSchema
-
-