Index

A I R 
All Classes and Interfaces|All Packages

A

AbstractInitialResponseBuilder<Request extends InitialTransactionRequest<Response>,Response extends InitialTransactionResponse> - Class in io.hotmoka.node.local
Partial implementation of the creator of the response for an initial transaction.
AbstractInitialResponseBuilder(TransactionReference, Request, NodeInternal) - Constructor for class io.hotmoka.node.local.AbstractInitialResponseBuilder
Creates the builder of the response.
AbstractInitialResponseBuilder.ResponseCreator - Class in io.hotmoka.node.local
The creator of the response from the request.
AbstractLocalNode<C extends LocalNodeConfig<?,?>,S extends AbstractStore> - Class in io.hotmoka.node.local
Partial implementation of a local (ie., non-remote) node.
AbstractLocalNode(C) - Constructor for class io.hotmoka.node.local.AbstractLocalNode
Builds a node, recycling a previous existing store.
AbstractLocalNode(C, ConsensusConfig<?, ?>) - Constructor for class io.hotmoka.node.local.AbstractLocalNode
Builds a node with a brand new, empty store.
AbstractLocalNodeConfig<C extends LocalNodeConfig<C,B>,B extends LocalNodeConfigBuilder<C,B>> - Class in io.hotmoka.node.local
Partial implementation of the configuration of a local node.
AbstractLocalNodeConfig(AbstractLocalNodeConfig.AbstractLocalNodeConfigBuilder<C, B>) - Constructor for class io.hotmoka.node.local.AbstractLocalNodeConfig
Creates a new configuration object from its builder.
AbstractLocalNodeConfig.AbstractLocalNodeConfigBuilder<C extends LocalNodeConfig<C,B>,B extends LocalNodeConfigBuilder<C,B>> - Class in io.hotmoka.node.local
The builder of a configuration object.
AbstractLocalNodeConfigBuilder() - Constructor for class io.hotmoka.node.local.AbstractLocalNodeConfig.AbstractLocalNodeConfigBuilder
Creates a builder with default values for the properties.
AbstractLocalNodeConfigBuilder(Toml) - Constructor for class io.hotmoka.node.local.AbstractLocalNodeConfig.AbstractLocalNodeConfigBuilder
Creates a builder by reading the properties of the given TOML file and sets them for the corresponding fields of this builder.
AbstractLocalNodeConfigBuilder(LocalNodeConfig<C, B>) - Constructor for class io.hotmoka.node.local.AbstractLocalNodeConfig.AbstractLocalNodeConfigBuilder
Creates a builder with properties initialized to those of the given configuration object.
AbstractNonInitialResponseBuilder<Request extends NonInitialTransactionRequest<Response>,Response extends NonInitialTransactionResponse> - Class in io.hotmoka.node.local
Partial implementation of the creator of the response for a non-initial transaction.
AbstractNonInitialResponseBuilder(TransactionReference, Request, NodeInternal) - Constructor for class io.hotmoka.node.local.AbstractNonInitialResponseBuilder
Creates a the builder of the response.
AbstractNonInitialResponseBuilder.ResponseCreator - Class in io.hotmoka.node.local
The creator of the response from the request.

I

io.hotmoka.node.local - module io.hotmoka.node.local
This module implements a local Hotmoka node.
io.hotmoka.node.local - package io.hotmoka.node.local
 

R

ResponseCreator() - Constructor for class io.hotmoka.node.local.AbstractInitialResponseBuilder.ResponseCreator
Creates the response from the request.
ResponseCreator() - Constructor for class io.hotmoka.node.local.AbstractNonInitialResponseBuilder.ResponseCreator
Creates the response from the request.
A I R 
All Classes and Interfaces|All Packages