@InterfaceAudience.Private public class CallQueueInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private Map<String,Map<String,Long>> | callQueueMethodCountsSummary | 
| private Map<String,Map<String,Long>> | callQueueMethodSizeSummary | 
| Constructor and Description | 
|---|
| CallQueueInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<String> | getCalledMethodNames(String callQueueName) | 
| long | getCallMethodCount(String callQueueName,
                  String methodName) | 
| long | getCallMethodSize(String callQueueName,
                 String methodName) | 
| Set<String> | getCallQueueNames() | 
| (package private) void | setCallMethodCount(String callQueueName,
                  Map<String,Long> methodCountMap) | 
| (package private) void | setCallMethodSize(String callQueueName,
                 Map<String,Long> methodSizeMap) | 
private final Map<String,Map<String,Long>> callQueueMethodCountsSummary
CallQueueInfo()
public Set<String> getCallQueueNames()
public Set<String> getCalledMethodNames(String callQueueName)
public long getCallMethodCount(String callQueueName, String methodName)
void setCallMethodCount(String callQueueName, Map<String,Long> methodCountMap)
public long getCallMethodSize(String callQueueName, String methodName)
void setCallMethodSize(String callQueueName, Map<String,Long> methodSizeMap)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.