@Component(value="database") @Lazy public class DataBase extends Object implements GraphService
| 构造器和说明 |
|---|
DataBase() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic void initConnection()
public Connection getReadConnection()
public Connection getWriteConnection()
public void addMethodNode(MethodNode methodNode)
GraphServiceaddMethodNode 在接口中 GraphServicepublic void addExceptionNode(ExceptionNode exceptionNode)
GraphServiceaddExceptionNode 在接口中 GraphServicepublic MethodRelation addMethodRelation(MethodNode sourceMethodNode, MethodNode targetMethodNode)
addMethodRelation 在接口中 GraphServicepublic ExceptionRelation addExceptionRelation(MethodNode sourceMethodNode, ExceptionNode exceptionNode)
addExceptionRelation 在接口中 GraphServicepublic void addParamAnalyse(String methodId, Parameter[] names, Object[] values, double v)
GraphServiceaddParamAnalyse 在接口中 GraphServicepublic MethodInfo getTree(String methodId)
GraphServicegetTree 在接口中 GraphServicepublic void recursionMethod(MethodInfo rootInfo, List<String> methodInfos)
public Map<String,ParamMetric> getMethodParamGraph(String methodId)
getMethodParamGraph 在接口中 GraphServicepublic SystemStatistic getRunStatistic()
getRunStatistic 在接口中 GraphServicepublic List<MethodInfo> getControllers()
getControllers 在接口中 GraphServicepublic List<String> getCondidates(String question)
getCondidates 在接口中 GraphServicepublic List<MethodInfo> searchMethods(String question)
searchMethods 在接口中 GraphServicepublic List<MethodInfo> getChildren(String methodId)
getChildren 在接口中 GraphServicepublic List<ExceptionInfo> getExceptionInfos(String exceptionId)
getExceptionInfos 在接口中 GraphServicepublic List<ExceptionInfo> getExceptions(String methodId)
getExceptions 在接口中 GraphServicepublic List<ExceptionNode> getExceptions()
getExceptions 在接口中 GraphServicepublic boolean clearAll()
clearAll 在接口中 GraphServiceCopyright © 2022. All rights reserved.