public class CACTBootstrap extends java.lang.Object implements BootstrapPeer
Constructor and Description |
---|
CACTBootstrap() |
Modifier and Type | Method and Description |
---|---|
void |
bootstrap(HyperGraphPeer peer,
Json config)
Perform peer initialization with the given configuration map.
|
public void bootstrap(HyperGraphPeer peer, Json config)
BootstrapPeer
Perform peer initialization with the given configuration map. The configuration is specific to the bootstrap instance invoked. Each implementation of this class should document the configuration that it accepts.
bootstrap
in interface BootstrapPeer