Class RntbdClientChannelHealthChecker
- java.lang.Object
-
- com.microsoft.azure.cosmosdb.internal.directconnectivity.rntbd.RntbdClientChannelHealthChecker
-
- All Implemented Interfaces:
io.netty.channel.pool.ChannelHealthChecker
public final class RntbdClientChannelHealthChecker extends Object implements io.netty.channel.pool.ChannelHealthChecker
-
-
Constructor Summary
Constructors Constructor Description RntbdClientChannelHealthChecker(RntbdEndpoint.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longidleConnectionTimeout()io.netty.util.concurrent.Future<Boolean>isHealthy(io.netty.channel.Channel channel)longreadDelayLimit()StringtoString()longwriteDelayLimit()
-
-
-
Constructor Detail
-
RntbdClientChannelHealthChecker
public RntbdClientChannelHealthChecker(RntbdEndpoint.Config config)
-
-
Method Detail
-
idleConnectionTimeout
public long idleConnectionTimeout()
-
readDelayLimit
public long readDelayLimit()
-
writeDelayLimit
public long writeDelayLimit()
-
isHealthy
public io.netty.util.concurrent.Future<Boolean> isHealthy(io.netty.channel.Channel channel)
- Specified by:
isHealthyin interfaceio.netty.channel.pool.ChannelHealthChecker
-
-