|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BootstrapPeer
Implementations of this interface perform initialization operations on a
HyperGraphPeer. The intent is to register various services
that the peer is able to perform, e.g. the
tasks it participates to etc. Multiple implementations can be provided
at configuration time by listing them in the top-level bootstrap
JSON configuration property.
| Method Summary | |
|---|---|
void |
bootstrap(HyperGraphPeer peer,
java.util.Map<java.lang.String,java.lang.Object> config)
Perform peer initialization with the given configuration map. |
| Method Detail |
|---|
void bootstrap(HyperGraphPeer peer,
java.util.Map<java.lang.String,java.lang.Object> config)
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.
peer - config -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||