Package org.apache.drill.exec.rpc
Interface RpcMetrics
- All Known Implementing Classes:
AbstractRpcMetrics
,ControlRpcMetrics
,DataRpcMetrics
,UserRpcMetrics
public interface RpcMetrics
Holder interface for all the metrics used in RPC layer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
long
long
-
Method Details
-
addConnectionCount
void addConnectionCount() -
decConnectionCount
void decConnectionCount() -
getEncryptedConnectionCount
long getEncryptedConnectionCount() -
getUnEncryptedConnectionCount
long getUnEncryptedConnectionCount()
-