Package io.deephaven.proto
Interface DeephavenChannel
- All Known Implementing Classes:
DeephavenChannelImpl
,DeephavenChannelMixin
public interface DeephavenChannel
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.Channel
channel()
config()
console()
object()
session()
table()
static DeephavenChannel
withCallCredentials
(DeephavenChannel channel, io.grpc.CallCredentials callCredentials) static DeephavenChannel
withClientInterceptors
(DeephavenChannel channel, io.grpc.ClientInterceptor... clientInterceptors)
-
Method Details
-
withCallCredentials
static DeephavenChannel withCallCredentials(DeephavenChannel channel, io.grpc.CallCredentials callCredentials) -
withClientInterceptors
static DeephavenChannel withClientInterceptors(DeephavenChannel channel, io.grpc.ClientInterceptor... clientInterceptors) -
channel
io.grpc.Channel channel() -
session
SessionServiceGrpc.SessionServiceStub session() -
table
-
console
ConsoleServiceGrpc.ConsoleServiceStub console() -
object
ObjectServiceGrpc.ObjectServiceStub object() -
application
ApplicationServiceGrpc.ApplicationServiceStub application() -
inputTable
InputTableServiceGrpc.InputTableServiceStub inputTable() -
config
ConfigServiceGrpc.ConfigServiceStub config() -
sessionBlocking
SessionServiceGrpc.SessionServiceBlockingStub sessionBlocking() -
tableBlocking
TableServiceGrpc.TableServiceBlockingStub tableBlocking() -
consoleBlocking
ConsoleServiceGrpc.ConsoleServiceBlockingStub consoleBlocking() -
objectBlocking
ObjectServiceGrpc.ObjectServiceBlockingStub objectBlocking() -
applicationBlocking
ApplicationServiceGrpc.ApplicationServiceBlockingStub applicationBlocking() -
inputTableBlocking
InputTableServiceGrpc.InputTableServiceBlockingStub inputTableBlocking() -
configBlocking
ConfigServiceGrpc.ConfigServiceBlockingStub configBlocking() -
sessionFuture
SessionServiceGrpc.SessionServiceFutureStub sessionFuture() -
tableFuture
TableServiceGrpc.TableServiceFutureStub tableFuture() -
consoleFuture
ConsoleServiceGrpc.ConsoleServiceFutureStub consoleFuture() -
objectFuture
ObjectServiceGrpc.ObjectServiceFutureStub objectFuture() -
applicationFuture
ApplicationServiceGrpc.ApplicationServiceFutureStub applicationFuture() -
inputTableFuture
InputTableServiceGrpc.InputTableServiceFutureStub inputTableFuture() -
configFuture
ConfigServiceGrpc.ConfigServiceFutureStub configFuture()
-