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.ChannelPool
A simple interface which extends ChannelPool to expose various stats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAcquiredChannelCount()
int
getMaxConnections()
int
getMaxPendingAcquires()
int
getPendingAcquireCount()
boolean
isClosed()
java.lang.String
name()
-