org.hypergraphdb.peer.bootstrap
Class ReplicationBootstrap

java.lang.Object
  extended by org.hypergraphdb.peer.bootstrap.ReplicationBootstrap
All Implemented Interfaces:
BootstrapPeer

public class ReplicationBootstrap
extends java.lang.Object
implements BootstrapPeer


Constructor Summary
ReplicationBootstrap()
           
 
Method Summary
 void bootstrap(HyperGraphPeer peer, java.util.Map<java.lang.String,java.lang.Object> config)
           Perform peer initialization with the given configuration map.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationBootstrap

public ReplicationBootstrap()
Method Detail

bootstrap

public void bootstrap(HyperGraphPeer peer,
                      java.util.Map<java.lang.String,java.lang.Object> config)
Description copied from interface: 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.

Specified by:
bootstrap in interface BootstrapPeer