Uses of Class
io.hotmoka.local.Config
-
-
Uses of Config in io.hotmoka.local
Classes in io.hotmoka.local with type parameters of type Config Modifier and Type Class Description classAbstractLocalNode<C extends Config,S extends AbstractStore<C>>A generic implementation of a local (ie., non-remote) node.classAbstractStore<C extends Config>Shared implementation of the store of a node.Fields in io.hotmoka.local declared as Config Modifier and Type Field Description protected CAbstractLocalNode. configThe configuration of the node.protected CAbstractStore. configThe configuration ofAbstractStore.node.Methods in io.hotmoka.local that return Config Modifier and Type Method Description ConfigConfig.Builder. build()Builds the configuration.Constructors in io.hotmoka.local with parameters of type Config Constructor Description Config(Config parent)Copy-constructor for subclassing.
-