public class YdbTransportImpl extends BaseGrpcTransport
| Constructor and Description |
|---|
YdbTransportImpl(GrpcTransportBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
AuthCallOptions |
getAuthCallOptions() |
protected GrpcChannel |
getChannel(GrpcRequestSettings settings) |
String |
getDatabase() |
ScheduledExecutorService |
getScheduler() |
protected void |
shutdown() |
void |
start(GrpcTransportBuilder.InitMode mode) |
void |
startAsync(Runnable readyWatcher)
Deprecated.
|
String |
toString() |
protected void |
updateChannelStatus(GrpcChannel channel,
io.grpc.Status status) |
close, readStreamCall, readWriteStreamCall, unaryCallclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforConnectionString, forEndpoint, forHost, forHostpublic YdbTransportImpl(GrpcTransportBuilder builder)
public void start(GrpcTransportBuilder.InitMode mode)
@Deprecated public void startAsync(Runnable readyWatcher)
protected void shutdown()
shutdown in class BaseGrpcTransportpublic ScheduledExecutorService getScheduler()
public String getDatabase()
public 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.