Package com.linkedin.alpini.netty4.pool
Interface ChannelPoolWithStats
-
- All Superinterfaces:
java.lang.AutoCloseable,io.netty.channel.pool.ChannelPool,java.io.Closeable
- All Known Subinterfaces:
ManagedChannelPool
- All Known Implementing Classes:
EspressoFixedChannelPool,FastFixedChannelPool,FixedChannelPoolImpl,FixedFastChannelPoolImpl,Http2AwareChannelPool
public interface ChannelPoolWithStats extends io.netty.channel.pool.ChannelPoolA simple interface which extends ChannelPool to expose various stats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAcquiredChannelCount()intgetMaxConnections()intgetMaxPendingAcquires()intgetPendingAcquireCount()booleanisClosed()java.lang.Stringname()
-