public class FixedCallOptionsTransport extends BaseGrpcTransport
| Constructor and Description |
|---|
FixedCallOptionsTransport(ScheduledExecutorService scheduler,
AuthCallOptions callOptions,
String database,
EndpointRecord endpoint,
ManagedChannelFactory channelFactory) |
| Modifier and Type | Method and Description |
|---|---|
AuthCallOptions |
getAuthCallOptions() |
protected GrpcChannel |
getChannel(GrpcRequestSettings settings) |
String |
getDatabase() |
ScheduledExecutorService |
getScheduler() |
protected void |
shutdown() |
protected void |
updateChannelStatus(GrpcChannel channel,
io.grpc.Status status) |
close, readStreamCall, readWriteStreamCall, unaryCallclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforConnectionString, forEndpoint, forHost, forHostpublic FixedCallOptionsTransport(ScheduledExecutorService scheduler, AuthCallOptions callOptions, String database, EndpointRecord endpoint, ManagedChannelFactory channelFactory)
public ScheduledExecutorService getScheduler()
public String getDatabase()
protected void shutdown()
shutdown in class BaseGrpcTransportpublic AuthCallOptions getAuthCallOptions()
getAuthCallOptions in class BaseGrpcTransportprotected GrpcChannel getChannel(GrpcRequestSettings settings)
getChannel in class BaseGrpcTransportprotected void updateChannelStatus(GrpcChannel channel, io.grpc.Status status)
updateChannelStatus in class BaseGrpcTransportCopyright © 2024. All rights reserved.