Package org.apache.hadoop.hbase.ipc
Class CallQueueInfo
java.lang.Object
org.apache.hadoop.hbase.ipc.CallQueueInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCalledMethodNames
(String callQueueName) long
getCallMethodCount
(String callQueueName, String methodName) long
getCallMethodSize
(String callQueueName, String methodName) (package private) void
setCallMethodCount
(String callQueueName, Map<String, Long> methodCountMap) (package private) void
setCallMethodSize
(String callQueueName, Map<String, Long> methodSizeMap)
-
Field Details
-
callQueueMethodCountsSummary
-
callQueueMethodSizeSummary
-
-
Constructor Details
-
CallQueueInfo
-
-
Method Details
-
getCallQueueNames
-
getCalledMethodNames
-
getCallMethodCount
-
setCallMethodCount
-
getCallMethodSize
-
setCallMethodSize
-