@Deprecated public class MultiChannelTransport extends BaseGrpcTransport
| Constructor and Description |
|---|
MultiChannelTransport(GrpcTransportBuilder builder,
List<com.google.common.net.HostAndPort> hosts)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthCallOptions |
getAuthCallOptions()
Deprecated.
|
protected GrpcChannel |
getChannel(GrpcRequestSettings settings)
Deprecated.
|
String |
getDatabase()
Deprecated.
|
ScheduledExecutorService |
getScheduler()
Deprecated.
|
protected void |
shutdown()
Deprecated.
|
protected void |
updateChannelStatus(GrpcChannel channel,
io.grpc.Status status)
Deprecated.
|
close, readStreamCall, readWriteStreamCall, unaryCallclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforConnectionString, forEndpoint, forHost, forHostpublic MultiChannelTransport(GrpcTransportBuilder builder, List<com.google.common.net.HostAndPort> hosts)
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.