Generally, configuration of the IdGenerator must be done before the first invocation of the {@link #start} method. This is because the IdGenerator doesnot currently support the modular start/stop/reload operations and there is no way to guarantee consistent behavior if the IdGenerator is not halted during reconfiguration.
@see org.neo4j.kernel.impl.persistence.IdGenerator
|
|