类 ConfigOption
java.lang.Object
org.fisco.bcos.sdk.config.ConfigOption
public class ConfigOption
extends java.lang.Object
ConfigOption is the java object of the config file.
-
构造器概要
构造器 构造器 说明 ConfigOption(ConfigProperty configProperty)
ConfigOption(ConfigProperty configProperty, int cryptoType)
-
方法概要
修饰符和类型 方法 说明 AccountConfig
getAccountConfig()
AmopConfig
getAmopConfig()
CryptoMaterialConfig
getCryptoMaterialConfig()
CryptoProviderConfig
getCryptoProviderConfig()
NetworkConfig
getNetworkConfig()
ThreadPoolConfig
getThreadPoolConfig()
void
reloadConfig(int cryptoType)
void
setAccountConfig(AccountConfig accountConfig)
void
setAmopConfig(AmopConfig amopConfig)
void
setCryptoMaterialConfig(CryptoMaterialConfig cryptoMaterialConfig)
void
setCryptoProviderConfig(CryptoProviderConfig cryptoProviderConfig)
void
setNetworkConfig(NetworkConfig networkConfig)
void
setThreadPoolConfig(ThreadPoolConfig threadPoolConfig)
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
ConfigOption
- 抛出:
ConfigException
-
ConfigOption
- 抛出:
ConfigException
-
-
方法详细资料
-
reloadConfig
- 抛出:
ConfigException
-
getCryptoMaterialConfig
-
setCryptoMaterialConfig
-
getAccountConfig
-
setAccountConfig
-
getAmopConfig
-
setAmopConfig
-
getNetworkConfig
-
setNetworkConfig
-
getThreadPoolConfig
-
setThreadPoolConfig
-
getCryptoProviderConfig
-
setCryptoProviderConfig
-