public interface PoolStatistics
Modifier and Type | Method and Description |
---|---|
int |
getActive()
Returns the number of rpc clients that are in use
|
String |
getChannelName()
Get pool's rpc client name
|
String |
getHostName()
Get pool's host name
|
int |
getIdle()
Returns the number of idle rpc clients
|
String |
getName()
Returns the name of this pool
|
PoolConfiguration |
getPoolProperties()
Returns the pool properties associated with this rpc client pool
|
int |
getSize()
Returns the total size of this pool, this includes both busy and idle rpc clients
|
int |
getWaitCount()
Return the number of threads waiting for a rpc client
|
boolean |
isClosed()
Returns true if
close has been called,
and the rpc client pool is unusable |
String getName()
int getWaitCount()
PoolConfiguration getPoolProperties()
int getSize()
int getActive()
int getIdle()
boolean isClosed()
close
has been called,
and the rpc client pool is unusableString getHostName()
String getChannelName()
Copyright © 2010–2015. All rights reserved.