public class DBConnExecutorHolderCache extends Object
| 构造器和说明 |
|---|
DBConnExecutorHolderCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
delDbExecutorHolders() |
static Map<String,DBConnExecutorHolder> |
getCurrentDbExecutorHolders(String chainId) |
static Map<String,List<DBConnExecutorHolder>> |
getDbExecutorHolders(String chainId) |
static boolean |
initDBVariable(String chainId) |
static void |
setDbExecutorHolders() |
static void |
setDbExecutorHolders(String chainId,
Map<String,List<DBConnExecutorHolder>> dBConnExecutorHolders) |
public static Map<String,List<DBConnExecutorHolder>> getDbExecutorHolders(String chainId)
public static Map<String,DBConnExecutorHolder> getCurrentDbExecutorHolders(String chainId)
public static void setDbExecutorHolders(String chainId, Map<String,List<DBConnExecutorHolder>> dBConnExecutorHolders)
public static void delDbExecutorHolders()
public static boolean initDBVariable(String chainId)
public static void setDbExecutorHolders()
Copyright © 2018. All rights reserved.