Uses of Class
convex.peer.ConfigException
Packages that use ConfigException
-
Uses of ConfigException in convex.peer
Methods in convex.peer that throw ConfigExceptionModifier and TypeMethodDescriptionstatic KeyStore
Config.checkKeyStore
(Map<Keyword, Object> config) Checks if the config specifies a valid keystorestatic Server
Creates a new (unlaunched) Server with a given config.static void
Config.ensureGenesisState
(HashMap<Keyword, Object> config) Checks that the config specifies a source for the genesis statestatic AKeyPair
Config.ensurePeerKey
(HashMap<Keyword, Object> config) Ensures we have a hot peer :keypair set in configstatic <T extends AStore>
TConfig.ensureStore
(Map<Keyword, Object> config) Establishes a store in the given configstatic Server
Server.fromPeerData
(AKeyPair kp, AMap<Keyword, ACell> peerData) API.launchLocalPeers
(List<AKeyPair> keyPairs, State genesisState) Launch a local set of peers.API.launchLocalPeers
(List<AKeyPair> keyPairs, State genesisState, int[] peerPorts) Launch a local set of peers.static Server
API.launchPeer()
Launches a peer with a default configuration.static Server
API.launchPeer
(Map<Keyword, Object> peerConfig) Launches a Peer Server with a supplied configuration.