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